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

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Janus


A simple documentation boilerplate.

Features

  • Search Bar
  • Translation
  • Tailwind CSS styling

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
pnpm run write-translations --locale fr Generate the translation fields inside i18n folder after making texts between Translate tag
pnpm run start --locale fr Run the french version of the project locally