Install dependencies with npm install.
Note: This project requires at least Node v16
Start the server with
npm run devYou can visit the running application at http://localhost:3000
You can run eslint with the following command:
npm run lintThe tests can be run with:
npm run test
# or
npm test