Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 408 Bytes

README.md

File metadata and controls

42 lines (32 loc) · 408 Bytes

Install bit

make install-bit

Install dependences

make init

Running Bit with

bit start

Running a particular app (e.g. Everest)

cd apps/<app-name>
make run

Run unit tests for app

cd apps/<app-name>
make test

Run E2E tests for app

cd apps/<app-name>
make test-ui

Build app

cd apps/<app-name>
make build