mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-09 07:25:19 +02:00
update readme
This commit is contained in:
parent
30fa84b773
commit
c56d528329
1 changed files with 7 additions and 0 deletions
|
@ -45,6 +45,13 @@ You'll need Docker installed to run the app locally.
|
||||||
|
|
||||||
```
|
```
|
||||||
cp .env.example .env
|
cp .env.example .env
|
||||||
|
```
|
||||||
|
|
||||||
|
Create a new secret for NEXTAUTH_SECRET in .env using
|
||||||
|
`openssl rand -base64 32`
|
||||||
|
Then run
|
||||||
|
|
||||||
|
```
|
||||||
yarn install
|
yarn install
|
||||||
yarn run dev:services
|
yarn run dev:services
|
||||||
yarn prisma:migrate:dev
|
yarn prisma:migrate:dev
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue