File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Then, you'll need to install gem dependencies:
10
10
11
11
If you have any problem with ` data-confirm-modal ` try to manually install the gem:
12
12
13
- gem install data-confirm-modal
13
+ gem install data-confirm-modal
14
14
15
15
Now you can start server ` rails s ` and see this application in your browser on ` localhost:3000 ` .
16
16
@@ -29,10 +29,10 @@ Learn IT Girl flow can be split onto few steps (listed below). We prepared some
29
29
database seed files to make it easier for You to understand the flow and
30
30
to contribute.
31
31
32
- * Application - ` rake db:seed:applications ` - ` /mentor_applications/new `
33
- or ` /mentee_applications/new `
34
- * Application Evaluation- ` rake db:seed:evaluations ` or ` /organisers/dashboard `
35
- * Matching mentors to mentees - ` /mentor_to_mentee_matchers `
32
+ * Application ` rake db:seed:applications ` (go to ` /mentor_applications/new `
33
+ or ` /mentee_applications/new ` )
34
+ * Application Evaluation ` rake db:seed:evaluations ` (go to ` /organisers/dashboard ` )
35
+ * Matching mentors to mentees (go to ` /mentor_to_mentee_matchers ` )
36
36
* Edition start
37
37
* Final evaluation (when edition ends)
38
38
You can’t perform that action at this time.
0 commit comments