npm install
npm run devGenerate a Github token here and put it inside the .env file.
Recommended scopes:
user
public_repo
repo
repo_deployment
repo:status
read:repo_hook
read:org
read:public_key
read:gpg_key
| Command | Description |
|---|---|
npm run dev |
Starts development server |
npm run build |
Packages production build |
npm start |
Serves production build |
npm run lint |
Lints code |
npm run lint-fix |
Lints and fixes code |