Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 606 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 606 Bytes

Build Status

QIWI Blockchain Technologies. Kryptonite.

Getting Started

# Clone the repo
git clone [email protected]: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