An open API service indexing awesome lists of open source software.

https://github.com/boardfish/hacker-tracker

An assistant for documenting hackathons
https://github.com/boardfish/hacker-tracker

Last synced: 4 months ago
JSON representation

An assistant for documenting hackathons

Awesome Lists containing this project

README

        

# hacker-tracker
An assistant for documenting hackathons

If you are running the site for the first time, make sure to run either of
the following commands first in the terminal:
```
$ composer update
```
if you have Composer installed globally (typically via the package manager of your OS),
or:
```
$ php composer.phar install
```
if you have downloaded the Composer executable locally.

For more information about Composer, visit https://getcomposer.org/doc/