File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
# HackathonManager
2
2
3
- [ ![ Build Status] ( https://travis-ci.org/codeRIT/hackathon_manager .svg?branch=master )] ( https://travis-ci.org/codeRIT/hackathon_manager )
4
- [ ![ Code Climate] ( https://codeclimate.com/github/codeRIT/hackathon_manager /badges/gpa.svg )] ( https://codeclimate.com/github/codeRIT/hackathon_manager )
5
- [ ![ Test Coverage] ( https://codeclimate.com/github/codeRIT/hackathon_manager /badges/coverage.svg )] ( https://codeclimate.com/github/codeRIT/hackathon_manager /coverage )
6
- [ ![ security] ( https://hakiri.io/github/codeRIT/hackathon_manager /master.svg )] ( https://hakiri.io/github/codeRIT/hackathon_manager /master )
3
+ [ ![ Build Status] ( https://travis-ci.org/codeRIT/hackathon-manager .svg?branch=master )] ( https://travis-ci.org/codeRIT/hackathon-manager )
4
+ [ ![ Code Climate] ( https://codeclimate.com/github/codeRIT/hackathon-manager /badges/gpa.svg )] ( https://codeclimate.com/github/codeRIT/hackathon-manager )
5
+ [ ![ Test Coverage] ( https://codeclimate.com/github/codeRIT/hackathon-manager /badges/coverage.svg )] ( https://codeclimate.com/github/codeRIT/hackathon-manager /coverage )
6
+ [ ![ security] ( https://hakiri.io/github/codeRIT/hackathon-manager /master.svg )] ( https://hakiri.io/github/codeRIT/hackathon-manager /master )
7
7
8
8
An all-in-one platform for managing hackathon registration & logistics, originally developed for [ BrickHack] ( https://github.com/codeRIT/brickhack.io ) .
9
9
@@ -64,8 +64,8 @@ Pre-requisite: Have a functioning, local Ruby + MySQL development environment. [
64
64
1 . Clone the repo
65
65
66
66
``` bash
67
- $ git clone git@github.com:codeRIT/hackathon_manager
68
- $ cd hackathon_manager
67
+ $ git clone git@github.com:codeRIT/hackathon-manager
68
+ $ cd hackathon-manager
69
69
```
70
70
71
71
2 . Install dependencies
@@ -91,7 +91,7 @@ $ bin/rails s # short for bin/rails server
91
91
5 . In another bash window, promote your user to an admin
92
92
93
93
``` bash
94
- $ cd hackathon_manager
94
+ $ cd hackathon-manager
95
95
$ bin/rails c # short for bin/rails console
96
96
# Wait for the console to start...
97
97
Loading development environment (Rails 5.1.1)
You can’t perform that action at this time.
0 commit comments