Нема описа

olinox14 46219348cf update description and rates пре 2 месеци
components 42487d3ee5 fix responsive behaviour пре 9 месеци
i18n 46219348cf update description and rates пре 2 месеци
pages 46219348cf update description and rates пре 2 месеци
plugins 4dbbc95651 add the index and legal pages пре 9 месеци
public 4dbbc95651 add the index and legal pages пре 9 месеци
stores e342e33454 create app skeleton пре 10 месеци
.dockerignore e342e33454 create app skeleton пре 10 месеци
.eslintignore e342e33454 create app skeleton пре 10 месеци
.eslintrc.cjs e342e33454 create app skeleton пре 10 месеци
.gitignore e342e33454 create app skeleton пре 10 месеци
.nuxtignore e342e33454 create app skeleton пре 10 месеци
.prettierrc e342e33454 create app skeleton пре 10 месеци
.yarnrc.yml e342e33454 create app skeleton пре 10 месеци
Dockerfile e342e33454 create app skeleton пре 10 месеци
LICENSE e342e33454 create app skeleton пре 10 месеци
README.md 349450529d Initial commit пре 10 месеци
app.vue 42487d3ee5 fix responsive behaviour пре 9 месеци
description.txt e342e33454 create app skeleton пре 10 месеци
inventaire.txt e342e33454 create app skeleton пре 10 месеци
nuxt.config.ts 64d4f2bb95 various fixes пре 9 месеци
package.json 4dbbc95651 add the index and legal pages пре 9 месеци
tsconfig.json e342e33454 create app skeleton пре 10 месеци
yarn.lock 4dbbc95651 add the index and legal pages пре 9 месеци

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