https://github.com/databiosphere/data-portal
https://github.com/databiosphere/data-portal
boardwalk
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/databiosphere/data-portal
- Owner: DataBiosphere
- License: apache-2.0
- Created: 2018-03-12T20:18:41.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2026-01-23T06:52:59.000Z (about 2 months ago)
- Last Synced: 2026-01-24T00:09:08.341Z (about 2 months ago)
- Topics: boardwalk
- Language: TypeScript
- Homepage:
- Size: 155 MB
- Stars: 10
- Watchers: 25
- Forks: 21
- Open Issues: 54
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Security: security.txt
Awesome Lists containing this project
README
# HCA Data Portal
## Developer Workspace
### Requirements
* `Node.js` ([https://nodejs.org/en/](https://nodejs.org/en/)), version 22.12.0.
* We recommend using `n` ([https://github.com/tj/n](https://github.com/tj/n)) as the Node.js package manger.
* `npm` ([https://www.npmjs.com/](https://www.npmjs.com/)) is bundled with `Node.js` and is required to manage application dependencies.
### Setup
##### Clone Repo
Clone the `data-portal` repo:
`git clone git@github.com:DataBiosphere/data-portal.git`
##### Install Packages
Run the following command from the root directory to install the required packages:
`npm install`
### Development Server
Run the following command:
`npm run dev`
The development server can be viewed at:
`localhost:3000`
### Building
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`