metamigo-frontend: build and run in docker
This commit is contained in:
parent
2f02915446
commit
fd7e543d16
8 changed files with 80 additions and 101 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
Local dev with docker-compose
|
||||
|
||||
* Create `link-stack/.env` from Bitwarden `root .env for link-stack`
|
||||
* Create `link-stack/.env` from Bitwarden `.env for root of link-stack`
|
||||
* Run local dev with docker-compose:
|
||||
```
|
||||
git clone ...
|
||||
|
|
@ -18,7 +18,6 @@ Or for local dev of a single app
|
|||
* Create `link-stack/apps/metamigo-frontend/.metamigo.local.json` from Bitwarden `.metamigo.local.json for link-stack/apps/metamigo/frontend`
|
||||
* Build locally for development:
|
||||
```
|
||||
make build
|
||||
npm install
|
||||
turbo --concurrency 30 build
|
||||
turbo --concurrency 30 dev
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue