Learn to build with Colony! Get a head start on your next project! Colony Starter (formerly known as "Hackathon Starter") includes a variety of starter projects that demonstrate how to use and integrate different tools with Colony.
- Yarn
- Docker
- Node 9.10
You may find it helpful to use Node Version Manager (nvm
) to manage Node versions.
If you are using Linux, check out the Linux Setup page to ensure Yarn and Docker are set up accordingly.
Globally install the colony-starter package:
yarn global add @colony/colony-starter
Move to your working directory and unpack the colony-starter-basic package:
colony-starter colony-starter-basic
Move to your new project directory and checkout the colony-starter-basic readme:
cd colony-starter-basic
Now that you have a basic understanding of how Colony works, check out some of the other starter projects by repeating steps 2 and 3 and substituting colony-starter-basic
with the project of your choice!
- colony-starter-basic
- colony-starter-react (coming soon...)
Are you interested in contributing? Check out the following documents for more information: