설명 없음

olinox14 9ab5894b05 implement responsive behavior 1 년 전
.yarn 6fd53b2417 add cursus and contact sections 1 년 전
components 9ab5894b05 implement responsive behavior 1 년 전
lang 9ccc3f7f46 various style improvements 1 년 전
pages 9ab5894b05 implement responsive behavior 1 년 전
plugins b1ac2735a1 add matomo, vuetify, basic topbar 1 년 전
public 9ccc3f7f46 various style improvements 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 dbf69ba548 setup nuxt and base components 1 년 전
.nuxtignore dbf69ba548 setup nuxt and base components 1 년 전
.prettierrc dbf69ba548 setup nuxt and base components 1 년 전
.yarnrc.yml 94b9cb3971 various fixes 1 년 전
Dockerfile dbf69ba548 setup nuxt and base components 1 년 전
LICENSE dbf69ba548 setup nuxt and base components 1 년 전
README.md 48f8f8fbe9 Initial commit 1 년 전
app.vue 9ab5894b05 implement responsive behavior 1 년 전
nuxt.config.ts 2cb5f66d1d setup font, complete i18n, improve badges 1 년 전
package.json 2cb5f66d1d setup font, complete i18n, improve badges 1 년 전
tsconfig.json dbf69ba548 setup nuxt and base components 1 년 전
yarn.lock 2cb5f66d1d setup font, complete i18n, improve badges 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 -p 4000:4000 --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