/kryptonite

Primary LanguageTypeScript

Build Status

QIWI Blockchain Technologies. Kryptonite.

Getting Started

# Clone the repo
git clone git@github.com:qiwitech/kryptonite.git
# Go to the repo directory
cd kryptonite
# Install all dependencies
npm i

Deployment

The sources are ready to be deployed to Google Firebas

Manual deployment

# Build an application into build/ directory
npm run build
firebase use default --token $FIREBASE_DEPLOY_TOKEN
firebase deploy --token $FIREBASE_DEPLOY_TOKEN