Aucune description

Olivier Massot 287bb9ef6e update contents after new year il y a 6 jours
components 287bb9ef6e update contents after new year il y a 6 jours
lang 287bb9ef6e update contents after new year il y a 6 jours
pages af2f58e572 make id card responsive il y a 1 an
plugins eca1b41c1e add a plugin for altcha import il y a 1 an
public 75fbb6392d add captcha verification, remove static files, various fixes il y a 1 an
stores 75fbb6392d add captcha verification, remove static files, various fixes il y a 1 an
.dockerignore dbf69ba548 setup nuxt and base components il y a 1 an
.eslintignore dbf69ba548 setup nuxt and base components il y a 1 an
.eslintrc.cjs dbf69ba548 setup nuxt and base components il y a 1 an
.gitignore 2fe34c25a6 remove .yarn from git index il y a 1 an
.nuxtignore dbf69ba548 setup nuxt and base components il y a 1 an
.prettierrc dbf69ba548 setup nuxt and base components il y a 1 an
.yarnrc.yml 94b9cb3971 various fixes il y a 1 an
Dockerfile 5c754d788e upgrade node to 22.3 il y a 1 an
LICENSE 287bb9ef6e update contents after new year il y a 6 jours
README.md ad8a69afaf add altcha and contact request api call il y a 1 an
app.vue 1268a81efc simplify vuetify themes and remove codeblock component il y a 1 an
nuxt.config.ts 287bb9ef6e update contents after new year il y a 6 jours
package.json 596ff51d68 upgrade vuetify to 3.7 il y a 1 an
tsconfig.json dbf69ba548 setup nuxt and base components il y a 1 an
yarn.lock 596ff51d68 upgrade vuetify to 3.7 il y a 1 an

README.md

CV

Build

Build your docker container :

docker build -t cv2 .

Run it (name can be changed):

# On Linux
docker run -v "$(pwd)":/cv2 -p 3000:3000 --name cv2 cv2

# On Windows
docker run -d -v "%cd%:/cv2" -p 3000:3000 --name cv2 cv2

Execute it and install dependencies :

docker exec -it cv2 bash

The project will be accessible locally at : http://localhost:3000/

Run on a built container

If you've already built your container, start it and run with :

docker start cv2
docker exec -it cv2 bash
yarn dev

To generate :

docker exec -it cv2 bash
yarn generate