# Clone the repo
git clone git@github.com:qiwitech/kryptonite.git
# Go to the repo directory
cd kryptonite
# Install all dependencies
npm i
The sources are ready to be deployed to Google Firebas
# Build an application into build/ directory
npm run build
firebase use default --token $FIREBASE_DEPLOY_TOKEN
firebase deploy --token $FIREBASE_DEPLOY_TOKEN