-
Node.js
(https://nodejs.org/en/), version 20.10.0. -
We recommend using
n
(https://github.com/tj/n) as the Node.js package manger. -
npm
(https://www.npmjs.com/) is bundled withNode.js
and is required to manage application dependencies.
Clone the data-portal
repo:
git clone [email protected]:DataBiosphere/data-portal.git
Run the following command from the root directory to install the required packages:
npm install
Run the following command:
npm run dev
The development server can be viewed at:
localhost:3000
Run the following command to build the dev version of the application:
npm run build-dev:data-portal
The buit version can be run using:
npm start
And can be viewed at:
localhost:3000