andystanley / canplfantasy

The unofficial fantasy game of the Canadian Premier League
https://canplfantasy.ca
7 stars 0 forks source link
fantasy-football fantasy-sports football soccer

alt text The unofficial fantasy game of the Canadian Premier League. This repository only contains the front end code.

Getting Started

  1. Clone this repository

    git clone https://github.com/andystanley/canplfantasy.git
  2. Jump into the project directory

    cd canplfantasy
  3. Install dependencies

    npm install
  4. Run the project

    npm run serve
  5. Open it at http://localhost:8080/

Contributing

  1. Create an issue if one does not exist already
  2. Assign the issue to yourself so that someone else doesn't begin working on it
  3. Fork the repository
  4. Create a new branch from master
  5. Write some code
  6. Create a Pull Request

We'll take a a look as soon as we can :)