This project uses asdf.
Follow the installation instructions
After installation you need to follow these steps:
# Add nodejs plugin on asdf
$ asdf plugin add nodejs
# Install nodejs plugin
$ asdf install nodejs 14.16.0
# Set the default nodejs for the project
$ asdf local nodejs 14.16.0
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Launches the test runner for all files.
Launches the test runner for all files with coverage report.