Spark UI is a css framework developed and maintained by Instabug Team
-
clone the repo
-
to start the development server, run
gatsby develop
oryarn develop
, this is start a hot reload server the will serve onhttp://localhost:8000
-
to deploy the latest version to netlify just run
yarn deploy
ornpm run deploy