This repository contains th camarm's website code. This website is available at https://www.camarm.dev.
npm inpm run devRun a developement server.
npm run build && npm startProperly build and run the nuxt website.
npm run testTest application with specs in test/.
npm run lintLint code.
The default Git Ci file created by nuxt wizard run test and lint at each commit to the repository.
A docker-compose.yml file, in the project root runs this nuxt frontend and the api code simultaneous !
It's used for production purposes!
docker-composecan bedocker composedepending on your docker-compose version
docker-compose up(choice: www.camarm.dev / api.camarm.fr)
docker-compose build --no-cache [project]