This repository contains th camarm's website code. This website is available at https://www.camarm.dev.
npm i
npm run dev
Run a developement server.
npm run build && npm start
Properly build and run the nuxt website.
npm run test
Test application with specs in test/.
npm run lint
Lint 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-compose
can bedocker compose
depending on your docker-compose version
docker-compose up
(choice: www.camarm.dev / api.camarm.fr)
docker-compose build --no-cache [project]