NKC WebApp
URL is http://localhost:3000
.
Clone the repo. Install the dependencies for the app.
yarn install
Change Auth0 Credentials in src/Auth/auth0-variables.js file. Change AWS Credentials in src/Config/params.js file.
yarn start
The application will be served at http://localhost:3000
.
yarn build
This project is licensed under the MIT license. See the LICENSE file for more info.