بدون توضیح

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

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