This project is an updated version of fixturefinder-traditional
These instructions will get you the project up and running on your local machine for development and testing purposes.
Before running the application locally, please install Harp
-
For Mac and Linux:
sudo npm install -g harp
-
For Windows:
npm install -g harp
After forking this project in Github
, follow these commands to run app locally using npm:
## clone this repo to a local directory
git clone https://github.com/<your-username>/fixturefinder-traditional-v2.git
## cd into the cloned repo
cd fixturefinder-traditional-v2
## Run the app locally with:
harp server --port <portnumber>
Go to below URL on your local browser:
http://localhost:<portnumber>
Fork the project, make a change, and send a pull request! Danke!