@@ -17,25 +17,26 @@ Available at [schedule.csh.rit.edu](https://schedule.csh.rit.edu)
1717## Dev Environment
1818
1919### Setup
20- - Fork and clone the repository
21- - Copy the ` config.example.php ` file to ` config.php ` in ` /inc/ ` or set environment variables as defined in ` config.env.php `
22- - Contact a current maintainer for server/database configs
23- - If you wish to see images locally, you will also need S3 credentials, either supply your own or reach out
20+ - Fork and clone the repository.
21+ - Copy the ` config.example.php ` file to ` config.php ` in ` /inc/ ` or set environment variables as defined in ` config.env.php ` .
22+ - Contact a current maintainer for server/database configs.
23+ - If you wish to see images locally, you will also need S3 credentials, either supply your own or reach out.
2424
2525### Run Locally
26- In order to run locally youre going to need [ docker] ( https://www.docker.com/ )
26+ In order to run locally youre going to need [ docker] ( https://www.docker.com/ ) .
2727
2828```
2929docker build -t schedulemaker .
3030docker run --rm -i -t -p 5000:8080 --name=schedulemaker schedulemaker
3131```
3232
33- You can replace ` 5000 ` with whatever port you wish to connect locally to. Then visit ` http://localhost:5000 ` in a browser
33+ You can replace ` 5000 ` with whatever port you wish to connect locally to. Then visit ` http://localhost:5000 ` in a browser.
3434
3535### Development
36- - To build js files run ` npm run-script build `
37- - Increment the version number in ` package.json ` after updating js/css files or ensure all cache cleared
38- - Make sure you increment at least the patch number in any PRs that touch Javascript/CSS
36+ - To build js files run ` npm run-script build ` .
37+ - Increment the version number in ` package.json ` after updating js/css files or ensure all cache cleared.
38+ - Make sure you increment at least the patch number in any PRs that touch Javascript/CSS.
39+ - If you get an error with JS/CSS not loading, check your config file.
3940
4041## Maintainers
4142
@@ -44,4 +45,4 @@ You can replace `5000` with whatever port you wish to connect locally to. Then v
4445
4546#### Past Maintainers
4647- Ben Grawi ([ @bgrawi ] ( https://github.com/bgrawi ) )
47- - Benjamin Russell ([ @benrr101 ] ( https://github.com/benrr101 ) )
48+ - Benjamin Russell ([ @benrr101 ] ( https://github.com/benrr101 ) )
0 commit comments