Work on the code
Architecture
The website relies on the following technologies and components:
- Frontend website made in Vue 3
- Project use Vite who offer a fast development server and an optimized compilation for production (like webpack)
- The style is made with CSS/SASS and the bootstrap library
- Typescript used to type
- Jest used for unit testing
Compile and Hot-Reload for Development
Launch your dev server :
or
Run Unit Tests with Vitest
or
Lint with ESLint
or
Documentation
Documentation is located docs
folder, and can be served with Mkdocs: