https://github.com/burz/slacknot
A homework IDE using LaTeX and strict timekeeping
https://github.com/burz/slacknot
Last synced: about 2 months ago
JSON representation
A homework IDE using LaTeX and strict timekeeping
- Host: GitHub
- URL: https://github.com/burz/slacknot
- Owner: burz
- License: mit
- Created: 2013-09-22T20:54:58.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-23T06:45:58.000Z (over 11 years ago)
- Last Synced: 2025-01-14T12:52:42.114Z (4 months ago)
- Language: Ruby
- Homepage:
- Size: 246 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
slacknot!
=========slacknot! is an IDE for homework that keeps track of exactly how
long you spend on each problem in order to gain interesting
information about your study habits.slacknot! was built during the 36-hour hackathon HopHacks (release 1.0 is the result).
Author: Anthony Burzillo
*****
In order to run you must have Ruby 2.0.0 installed as well as
rails 4.0. For PDF building, the server must have LaTeX
installed.To run the first time:
```
rake db:create && rake db:migrate && bundle install && rails s
```To run any other time:
```
rails s
```The server will run at [http://localhost:3000](http://localhost:3000)