https://github.com/mguida22/wikio-kart
Wikipedia race your friends!
https://github.com/mguida22/wikio-kart
Last synced: 4 months ago
JSON representation
Wikipedia race your friends!
- Host: GitHub
- URL: https://github.com/mguida22/wikio-kart
- Owner: mguida22
- License: mit
- Created: 2016-02-20T23:12:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-03T05:29:44.000Z (over 9 years ago)
- Last Synced: 2025-01-08T18:22:30.466Z (5 months ago)
- Language: JavaScript
- Homepage: https://wikiokart.com
- Size: 1.88 MB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wikio-Kart
Wikipedia race against your friends and compete for the top spot!

## Setup
Install all the things.
```
$ git clone
$ cd wikirace/server
$ npm install
$ chmod +x setup.sh
$ ./setup.sh
```Load the chrome extension locally.
## Running locally
Run the following commands and visit [localhost:3000/](http://localhost:3000/)
```
$ cd server
$ grunt
```## License
MIT