This the primary Learning Portrait user-facing web application.
Add the following environment variables to your .env
file:
NEXTAUTH_URL
NEXTAUTH_SECRET
openssl rand -hex 32 | pbcopy
- https://generate-secret.now.sh/32
$ yarn
$ yarn build
$ yarn start
$ yarn dev