yarn install
-
Create an OAuth App using the instructions here and note down the
client_id
andclient_secret
-
Set up Gatekeeper using the above information and host it.
-
Copy
.env.local.example
to.env.local
then fill in the fields in .env.local with the correct values.
yarn install
- Copy
.env.local.example
to.env.local
yarn run serve
yarn run build
yarn run deploy
yarn run lint