To get started, first install all the necessary dependencies.
git clone https://github.com/vinothpandian/nasa-tlx-web.git
npm install
or if you use yarn
then
yarn
npm run start
or with yarn
yarn start
The developement server will run in http://localhost:8080/
npm run build
or with yarn
yarn build