Tidak Ada Deskripsi

olinox14 4dbbc95651 add the index and legal pages 11 bulan lalu
components 4dbbc95651 add the index and legal pages 11 bulan lalu
i18n 4dbbc95651 add the index and legal pages 11 bulan lalu
pages 4dbbc95651 add the index and legal pages 11 bulan lalu
plugins 4dbbc95651 add the index and legal pages 11 bulan lalu
public 4dbbc95651 add the index and legal pages 11 bulan lalu
stores e342e33454 create app skeleton 1 tahun lalu
.dockerignore e342e33454 create app skeleton 1 tahun lalu
.eslintignore e342e33454 create app skeleton 1 tahun lalu
.eslintrc.cjs e342e33454 create app skeleton 1 tahun lalu
.gitignore e342e33454 create app skeleton 1 tahun lalu
.nuxtignore e342e33454 create app skeleton 1 tahun lalu
.prettierrc e342e33454 create app skeleton 1 tahun lalu
.yarnrc.yml e342e33454 create app skeleton 1 tahun lalu
Dockerfile e342e33454 create app skeleton 1 tahun lalu
LICENSE e342e33454 create app skeleton 1 tahun lalu
README.md 349450529d Initial commit 1 tahun lalu
app.vue 4dbbc95651 add the index and legal pages 11 bulan lalu
description.txt e342e33454 create app skeleton 1 tahun lalu
inventaire.txt e342e33454 create app skeleton 1 tahun lalu
nuxt.config.ts 4dbbc95651 add the index and legal pages 11 bulan lalu
package.json 4dbbc95651 add the index and legal pages 11 bulan lalu
tsconfig.json e342e33454 create app skeleton 1 tahun lalu
yarn.lock 4dbbc95651 add the index and legal pages 11 bulan lalu

README.md

sauvagerie.fr

Build

Build your docker container :

docker build -t sauvagerie .

Run it (name can be changed):

# On Linux
docker run -v "$(pwd)":/sauvagerie -p 3000:3000 --name sauvagerie sauvagerie

# On Windows
docker run -d -v "${PWD}:/sauvagerie" -p 3000:3000 --name sauvagerie sauvagerie

Execute it and install dependencies :

docker exec -it sauvagerie 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 sauvagerie
docker exec -it sauvagerie bash
yarn dev

To generate :

docker exec -it sauvagerie bash
yarn generate