Skip to content

JoinColony/colonyStarter

Repository files navigation

😎 A template project for Colony SDK

Quickstart (for the impatient)

  1. Install nvm or fnm
  2. Click "Use this template" on this repository's GitHub repository (https://github.com/JoinColony/colonyStarter). See also GitHub's HowTo.
  3. Clone your newly created repository
git clone https://github.com/YOURUSERNAME/colonyStarter
  1. In the repository do:
nvm install # or, if you have the version installed already
nvm use
npm install
  1. To run the template's code in the browser:
npm start
  1. Or, to build the code into the dist directory:
npm run build

You can find more information here here

Contribute

Are you interested in contributing? Check out the following document for more information:

LICENSE

GPL-3.0-only (see LICENSE)

Releases

No releases published

Packages

No packages published