Tidak Ada Deskripsi

olinox14 ad8a69afaf add altcha and contact request api call 1 tahun lalu
.yarn ad8a69afaf add altcha and contact request api call 1 tahun lalu
components ad8a69afaf add altcha and contact request api call 1 tahun lalu
lang ad8a69afaf add altcha and contact request api call 1 tahun lalu
pages 1268a81efc simplify vuetify themes and remove codeblock component 1 tahun lalu
plugins 1268a81efc simplify vuetify themes and remove codeblock component 1 tahun lalu
public fc4cb6d3a8 various style improvements 1 tahun lalu
.dockerignore dbf69ba548 setup nuxt and base components 1 tahun lalu
.eslintignore dbf69ba548 setup nuxt and base components 1 tahun lalu
.eslintrc.cjs dbf69ba548 setup nuxt and base components 1 tahun lalu
.gitignore dbf69ba548 setup nuxt and base components 1 tahun lalu
.nuxtignore dbf69ba548 setup nuxt and base components 1 tahun lalu
.prettierrc dbf69ba548 setup nuxt and base components 1 tahun lalu
.yarnrc.yml 94b9cb3971 various fixes 1 tahun lalu
Dockerfile dbf69ba548 setup nuxt and base components 1 tahun lalu
LICENSE dbf69ba548 setup nuxt and base components 1 tahun lalu
README.md ad8a69afaf add altcha and contact request api call 1 tahun lalu
app.vue 1268a81efc simplify vuetify themes and remove codeblock component 1 tahun lalu
nuxt.config.ts ad8a69afaf add altcha and contact request api call 1 tahun lalu
package.json ad8a69afaf add altcha and contact request api call 1 tahun lalu
tsconfig.json dbf69ba548 setup nuxt and base components 1 tahun lalu
yarn.lock ad8a69afaf add altcha and contact request api call 1 tahun lalu

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