https://github.com/raysrashmi/teamlist
https://github.com/raysrashmi/teamlist
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/raysrashmi/teamlist
- Owner: raysrashmi
- License: mit
- Created: 2015-11-22T12:46:40.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-22T15:23:30.000Z (over 10 years ago)
- Last Synced: 2025-02-04T18:24:31.257Z (over 1 year ago)
- Language: Ruby
- Size: 47.9 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Teamlist
## Getting Started
After you have cloned this repo, run this setup script to set up your machine
with the necessary dependencies to run and test this app:
% ./bin/setup
It assumes you have a machine equipped with Ruby, Postgres, etc. If not, set up
your machine with [this script].
[this script]: https://github.com/thoughtbot/laptop
After setting up, you can run the application using [Heroku Local]:
% heroku local
[Heroku Local]: https://devcenter.heroku.com/articles/heroku-local
## Guidelines
Use the following guides for getting things done, programming well, and
programming in style.
* [Protocol](http://github.com/thoughtbot/guides/blob/master/protocol)
* [Best Practices](http://github.com/thoughtbot/guides/blob/master/best-practices)
* [Style](http://github.com/thoughtbot/guides/blob/master/style)