We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Run scripts for the website (once repo has been downloaded and dependencies installed)
npm start: compiles the React components and starts the server
npm start
npm build: only compiles the React components (if any updates have been made)
npm build
npm build-watch: watches for changes and recompiles React components
npm build-watch
npm test: compiles the React components and runs tests on them once
npm test
npm test-watch: compiles the React components and continually runs tests as soon as they are changed
npm test-watch