datahub/datahub-web/README.md

20 lines
372 B
Markdown
Raw Normal View History

2019-08-31 20:51:14 -07:00
##About
`wherehows-web`:
This is the mono repository for Project Starfleet's portal web client &
related packages.
##Getting Started
Start by installing Lerna as a global npm package.
```
$ yarn global add lerna
```
Bootstrap (install dependencies) for each package
```
$ lerna bootstrap
```
###/packages/wherehows-portal
Contains codebase for web portal application.