Sem descrição

olinox14 86c92fd281 update contents há 11 meses atrás
components 86c92fd281 update contents há 11 meses atrás
lang 86c92fd281 update contents há 11 meses atrás
pages af2f58e572 make id card responsive há 1 ano atrás
plugins eca1b41c1e add a plugin for altcha import há 1 ano atrás
public 75fbb6392d add captcha verification, remove static files, various fixes há 1 ano atrás
stores 75fbb6392d add captcha verification, remove static files, various fixes há 1 ano atrás
.dockerignore dbf69ba548 setup nuxt and base components há 1 ano atrás
.eslintignore dbf69ba548 setup nuxt and base components há 1 ano atrás
.eslintrc.cjs dbf69ba548 setup nuxt and base components há 1 ano atrás
.gitignore 2fe34c25a6 remove .yarn from git index há 1 ano atrás
.nuxtignore dbf69ba548 setup nuxt and base components há 1 ano atrás
.prettierrc dbf69ba548 setup nuxt and base components há 1 ano atrás
.yarnrc.yml 94b9cb3971 various fixes há 1 ano atrás
Dockerfile 5c754d788e upgrade node to 22.3 há 1 ano atrás
LICENSE dbf69ba548 setup nuxt and base components há 1 ano atrás
README.md ad8a69afaf add altcha and contact request api call há 1 ano atrás
app.vue 1268a81efc simplify vuetify themes and remove codeblock component há 1 ano atrás
nuxt.config.ts 30406ff078 minor fixes há 1 ano atrás
package.json 596ff51d68 upgrade vuetify to 3.7 há 1 ano atrás
tsconfig.json dbf69ba548 setup nuxt and base components há 1 ano atrás
yarn.lock 596ff51d68 upgrade vuetify to 3.7 há 1 ano atrás

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