😎 A template project for Colony SDK
- Install
nvm
orfnm
- Click "Use this template" on this repository's GitHub repository (https://github.com/JoinColony/colonyStarter). See also GitHub's HowTo.
- Clone your newly created repository
git clone https://github.com/YOURUSERNAME/colonyStarter
- In the repository do:
nvm install # or, if you have the version installed already
nvm use
npm install
- To run the template's code in the browser:
npm start
- Or, to build the code into the
dist
directory:
npm run build
You can find more information here here
Are you interested in contributing? Check out the following document for more information:
GPL-3.0-only (see LICENSE)