Aucune description

olinox14 3fbf525837 attempt to fix logos randomly not loading il y a 1 an
components 3fbf525837 attempt to fix logos randomly not loading il y a 1 an
lang a82d811f77 fix typo il y a 1 an
pages 1268a81efc simplify vuetify themes and remove codeblock component il y a 1 an
plugins 360095f95c remove altcha plugin il y a 1 an
public fcd823a8de 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 dbf69ba548 setup nuxt and base components il y a 1 an
LICENSE dbf69ba548 setup nuxt and base components il y a 1 an
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 18da4d503a fix nuxt.config il y a 1 an
package.json e23e71bbd0 remove altcha module il y a 1 an
tsconfig.json dbf69ba548 setup nuxt and base components il y a 1 an
yarn.lock e23e71bbd0 remove altcha module 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