qiwitech / kryptonite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:TypeScript 92.0%Language:HTML 6.6%Language:CSS 1.4%