Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 688 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 688 Bytes

puzzleTracker && puzzleTrackerServer

PuzzleTracker and puzzleTrackerServer are integrated client/server repositories respectively. They allows users to track their puzzle times and collection.

Installation

Clone puzzleTracker and puzzleTrackerServer to local machine. Afterwards, install necessary packages in both repositories.

npm install

Usage

In the terminals for both puzzleTracker and puzzleTrackerServer, run npm start to use application in browser.

npm start

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.