Skip to content

Commit

Permalink
Merge branch 'master' of github.com:manderly/osu-cs-class-explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
manderly committed May 6, 2021
2 parents 2c66502 + 5e6dfd4 commit 0728d25
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,27 @@ This project was generated with the [Angular Full-Stack Generator](https://githu
## Prerequisites

- [Git](https://git-scm.com/)
- [Node.js and npm](nodejs.org) Node >= 4.x.x, npm >= 2.x.x
- [Node.js and npm](nodejs.org) Node >= 15.x.x, npm >= 2.x.x
- [Gulp](http://gulpjs.com/) (`npm install --global gulp-cli`)

## Building & Running

Run `npm install` to install server dependencies.

For setup on a new machine:

```gulp build```

```cd dist```

```git init```

```heroku git:remote -a <your-project>```

```gulp buildcontrol:heroku```

For subsequent runs:

Run `gulp build` for building and `gulp serve` for preview on localhost:3000.

Run `gulp buildcontrol:heroku` to deploy to Heroku.
Expand All @@ -31,6 +45,9 @@ Run `npm test` to run the unit tests with karma.

# Change log

**May 2021**
- Maintenance: Modernized node, updated packages, added a Google ad (sorry, this app costs money to run)

**March 2018**
- New feature: "Common pairings", a new chart displaying the courses most frequently paired with a particular course as per the student-reported data
- New feature: "Group work", a short section describing the course's amount and type of group work (if any)
Expand All @@ -41,4 +58,4 @@ Run `npm test` to run the unit tests with karma.

Thank you, everyone, for your feedback and interest in the Course Explorer!

&copy; 2017 Mandi Grant
&copy; 2021 Mandi Burley

0 comments on commit 0728d25

Please sign in to comment.