10.2.1-beta.1 • Published 8 months ago

int_2023_climatemaladies v10.2.1-beta.1

Weekly downloads
-
License
ISC
Repository
-
Last release
8 months ago

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.

  1. If you haven't already, install nvm with these instructions.
  2. 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).
  3. If npm is not on version 8, you can update it with: nvm install --latest-npm and then check the version with npm --version.
  4. Run npm i to install dependencies.
  5. Run npm run start to start the server.