Skip to content

Commit e555fa9

Browse files
committed
Added readme.md
1 parent 7362bcc commit e555fa9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

readme.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# ScheduleMaker
2+
A course database lookup tool and schedule building web application for use at Rochester Institute of Technology.
3+
4+
Instructions for setting up a dev environment:
5+
1. Install Apache (Use on XAMPP Windows: https://www.apachefriends.org/index.html)
6+
2. Install Node.js: https://nodejs.org/en/
7+
3. Clone either the master or a fork of this repo to your local machine
8+
4. Copy the config.example.php file to config.php in /inc/
9+
5. Contact a current dev to help with server/database config.
10+
11+
To build js files:
12+
Run "npm run-script build"

0 commit comments

Comments
 (0)