Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 664 Bytes

README.md

File metadata and controls

38 lines (29 loc) · 664 Bytes

Innovation Lab Frontend

Refer to the official frontend documentation for instructions on getting set up. Documentation for the entire Innovation Lab application cluster can be found here.

Start Local Server

cd frontend
npm run start

Build

cd frontend
npm run build

Unit Tests

cd frontend
npm run test:cover

Docker Image

Standalone

./scripts/docker/build-image
./scripts/docker/run-container

Proxy

./scripts/docker/build-image --proxy
cd ../innolab-master
docker-compose up