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
- Host: GitHub
- URL: https://github.com/boardfish/hacker-tracker
- Owner: boardfish
- Created: 2016-11-26T14:13:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-30T02:23:25.000Z (over 8 years ago)
- Last Synced: 2025-01-02T19:42:16.933Z (5 months ago)
- Language: CSS
- Size: 599 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hacker-tracker
An assistant for documenting hackathonsIf 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/