File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 22A course database lookup tool and schedule building web application for use at Rochester Institute of Technology.
33
44Instructions 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.
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.
1010
1111To build js files:
12- Run "npm run-script build"
12+ Run "npm run-script build"
You can’t perform that action at this time.
0 commit comments