Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 396 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 396 Bytes

Raiden Docs

This is the source code of Raiden's documentation, a Supabase Framework. To read the documentation visit https://raiden.sev-2.com/ To view Raiden's framework source code visit https://github.com/sev-2/raiden.

The documentation is powered by VitePress.

Development

npm install
npm run dev

Build

npm run build
npm run preview