Go to file
syui 341aedb7e8
fix
2024-02-26 20:15:22 +09:00
.gitignore add file 2024-02-22 20:03:29 +09:00
Dockerfile add file 2024-02-22 20:03:29 +09:00
compose.yaml fix 2024-02-26 20:15:22 +09:00
config.yaml fix 2024-02-26 20:15:22 +09:00
fly.toml add file 2024-02-22 20:03:29 +09:00
readme.md first commit 2024-02-22 20:03:17 +09:00

readme.md

$ git clone https://codeberg.org/silverpill/mitra-web
$ cd mitra-web
$ nvm use 16
$ npm install --no-save
$ npx allow-scripts
$ echo "VITE_BACKEND_URL=https://mydomain.tld" > .env.local
$ echo "VITE_BACKEND_URL=" > .env.local
$ npm run build
$ mv dist ../

$ cd ../
$ docker compose up