We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7362bcc commit e555fa9Copy full SHA for e555fa9
readme.md
@@ -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