Live site: plp.yago.pw
Pre-requisites: have installed yarn and nvm
First set up the correct version of node
nvm useNOTE: This step is only required if the default version is incompatible with the one use in this project
Install dependencies:
yarnThe run:
yarn devOpen http://localhost:3000 with your browser to see the result.
To run the test once:
yarn testTo run the test in watch mode:
yarn test:watch