Project info
When this story is live, you can find project info in the Keystone database.
About this project
Example: this project tracks coronavirus vaccines.
Crediting, sourcing, references, data, helpful links
Where did your data come from? How did you get it? Do you have links to Google docs, government sites or important FTP information you can securely share with the rest of the team? Are there any confusing steps in the transformation that someone starting from scratch should know about?
How to use this template
Run npm run start
to get started. It will open a browser at localhost:3000
. If you wish to start the server without opening a browser tab, you can run npm run dev
.
Node and npm versions
The project runs on Node version 16.19.0 and NPM 8.5.1. We manage the version of Node and npm with nvm. You can learn more about how to set up your computer to use the custom template in confluence.
- If you haven't already, install
nvm
with these instructions. - Once installed, run
nvm install 16
in your terminal. The output should read "Now using node v16.19.3 (npm v8.19.4)" (The npm version may be higher). - If npm is not on version 8, you can update it with:
nvm install --latest-npm
and then check the version with npm --version
. - Run
npm i
to install dependencies. - Run
npm run start
to start the server.