This project is based on Next.js framework.
To run this project you must have the following tools installed:
First install the matching Node version using nvm install. Your Node version should
match the version specified in .nvmrc.
The install dependencies using yarn. You are now ready to go!
yarn devAn Express server is launch using nodemon. Next.js is also started.
yarn test --watchThis project is using Jest, if you want to know more about it, please read documentation.