yesaulov / colonyStarter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

😎 A template project for ColonySDK

Quickstart (for the impatient)

  1. Install nvm
  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 run serve
  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)

About

License:GNU General Public License v3.0


Languages

Language:JavaScript 74.3%Language:HTML 25.7%