Skip to content

camarm-dev/www.camarm.dev

Repository files navigation

Banner of camarm website

camarm Website

This repository contains th camarm's website code. This website is available at https://www.camarm.dev.

Documentation

Configuration

npm i

Development run

npm run dev

Run a developement server.

Deployement run

npm run build && npm start

Properly build and run the nuxt website.

Lint & Test

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.

Docker

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 be docker compose depending on your docker-compose version

Build and start

docker-compose up

Rebuild a project

(choice: www.camarm.dev / api.camarm.fr)

docker-compose build --no-cache [project]