Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 647 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 647 Bytes

book-my-show-app

Getting started

Configure your environment by adding an NPM_TOKEN environment variable:

  • Create github personal access token with read:packages access. You can refer this article to create PAT.
  • If you’re on a Mac, run echo “export NPM_TOKEN=${<PERSONAL_NPM_TOKEN>}” >> ~/.zshrc && source ~/.zshrc
  • If on another system, set the NPM_TOKEN environment variable appropriately.
  • run yarn to install the dependencies
  • run yarn watch to start the server

Add proper okta app config in <public/appConfig.json>