Skip to content
This repository has been archived by the owner on May 14, 2021. It is now read-only.

kinecosystem/laboratory

 
 

Repository files navigation

Kin Laboratory

Build Status

The Kin Laboratory is a suite of tools to help one learn about exploring the Kin Kin network. See it in action: https://laboratory.kin.org/.

Developing

npm install
./node_modules/.bin/gulp develop

Building for production

npm install
./node_modules/.bin/gulp build

Internal documentation

The docs.md file contains code documentation on the laboratory. The docs.md is only relevant for developing the laboratory.

some additional notes

  1. this works with node v8.16.1
  2. latest branch is "remake". build with ./node_modules/.bin/gulp build
  3. you need to deploy the entire dist folder (including /images)
  4. dont forget to invalidate the cache

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.1%
  • CSS 10.9%