1
0
Fork 0
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:
Tyler Myracle 2024-01-14 12:23:46 -06:00
parent 30fa84b773
commit c56d528329

View file

@ -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