mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-02 19:58:59 +00:00
20 lines
372 B
Markdown
20 lines
372 B
Markdown
|
|
##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.
|