Skip to content

loophe/ckb-tools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 74.3%
  • SCSS 10.8%
  • JavaScript 9.9%
  • Shell 2.9%
  • HTML 2.1%