Skip to content

A simple (and stylish) documentation boilerplate 📄.

License

Notifications You must be signed in to change notification settings

ayoub3bidi/janus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Janus


A simple documentation boilerplate.

Commands

All commands are run from the root of the project, from a terminal:

Command Action
pnpm install Installs dependencies
pnpm start Starts local dev server at localhost:3000
pnpm build Build your production site to ./dist/
pnpm serve Preview your build locally, before deploying