Skip to content

oksana-grishchenko/percona-everest-frontend

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 97.1%
  • MDX 2.6%
  • Other 0.3%