1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-09 07:25:19 +02:00

update readme to generate secret

This commit is contained in:
Tyler Myracle 2024-01-14 12:25:56 -06:00
parent c56d528329
commit e5edb1e79d

View file

@ -47,9 +47,9 @@ 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 Create a new secret for using
`openssl rand -base64 32` `openssl rand -base64 32`
Then run and populate `NEXTAUTH_SECRET` in your `.env` file. Then run:
``` ```
yarn install yarn install