update readme

This commit is contained in:
Abel Luck 2023-06-02 10:23:41 +00:00
parent 7fefac32b3
commit 7aec0e7d2c

View file

@ -1,5 +1,7 @@
# Dev Setup # Dev Setup
Gitpod/Codespaces note: Use at least 16GB RAM.
``` ```
git clone ... git clone ...
cd link-stack cd link-stack
@ -11,6 +13,12 @@ turbo build
turbo dev turbo dev
``` ```
Prepare env secrets
* Create `link-stack/apps/link/.env.local` from Bitwarden `.env.local for link-stack/apps/link`
* Create `link-stack/apps/metamigo-frontend/.metamigo.local.json` from Bitwarden `.metamigo.local.json for link-stack/apps/metamigo/frontend`
* Create `link-stack/.env` from Bitwarden `root .env for link-stack`
# Notes # Notes
* Turbo https://turbo.build/repo * Turbo https://turbo.build/repo