loophe / ckb-tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CKB.tools

GitHub package.json version GitHub last commit Travis (.org) Requires.io Uptime Robot status Uptime Robot ratio (30 days) GitHub Repo stars

CKB.tools is a online collection of free development tools created for use on Nervos Network.

Developing

These instructions describe how to launch, run, and develop using the CKB.tools code base.

If you don't need to develop and just want to use the tools, visit the CKB.tools website.

Prerequisites

Install Dependencies

npm i --force

You will also need to delete the following file due to a problem in the NPM package.

rm -f node_modules/hookrouter/dist/index.d.ts

Configure

Edit the src/config.js file.

Start the Development Server

npm start

Building

npm run build

Deploying

Build the project, then copy the complete contents of the build directory to the document root of the web server.

About


Languages

Language:TypeScript 74.3%Language:SCSS 10.8%Language:JavaScript 9.9%Language:Shell 2.9%Language:HTML 2.1%