Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 287 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 287 Bytes

data-fair-portals

Portals manager for data-fair.

Install dependencies and launch service dependencies with docker-compose:

npm install
docker-compose up -d

Run the 2 development servers with these commands in separate shells:

npm run dev-server
npm run dev-client