first commit
This commit is contained in:
commit
5a7344b85d
17
readme.md
Normal file
17
readme.md
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
- https://codeberg.org/silverpill/mitra
|
||||||
|
- https://codeberg.org/silverpill/mitra-web
|
||||||
|
|
||||||
|
```sh
|
||||||
|
$ 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
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user