Skip to content

reposense/wizard

Repository files navigation

reposense-wizard

Project setup from scratch

yarn install
  1. Create an OAuth App using the instructions here and note down the client_id and client_secret

  2. Set up Gatekeeper using the above information and host it.

  3. Copy .env.local.example to .env.local then fill in the fields in .env.local with the correct values.

Quick Project setup

yarn install
  1. 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

Customize configuration

See Configuration Reference.