reposense-wizard
Project setup from scratch
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.
Quick Project setup
yarn install
- Copy
.env.local.example
to.env.local
Compiles and hot-reloads for development
yarn run serve
Compiles and minifies for production
yarn run build
Quick Project deployment to gh-pages
yarn run deploy
Lints and fixes files
yarn run lint