A simple documentation boilerplate.
- Search Bar
- Translation
- Tailwind CSS styling
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 |