A reactjs application allowing users to log into their Tonomy ID account.
Runs the app in the development mode.
Open http://localhost:3001 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
Linting is done with eslint
. Install the recommended VS Code plugin to see markers in your code.
npm run lint
Set the configuration variables in the desired file in ./src/config
Config file is choosing based on the value of environment variable NODE_ENV
. config.json
is used by default.
Other environment variables override the values in the config file:
- REACT_APP_BLOCKCHAIN_URL
- REACT_APP_SSO_WEBSITE_ORIGIN