Skip to content

Commit

Permalink
Merge branch 'develop' into rmp-scraper
Browse files Browse the repository at this point in the history
  • Loading branch information
TyHil authored Oct 24, 2024
2 parents 975337a + 7e17ad1 commit a5b38e2
Show file tree
Hide file tree
Showing 7 changed files with 2,096 additions and 1,783 deletions.
4 changes: 0 additions & 4 deletions .husky/pre-commit

This file was deleted.

56 changes: 37 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,51 @@
This is a [Plasmo extension](https://docs.plasmo.com/) project bootstrapped with [`plasmo init`](https://www.npmjs.com/package/plasmo).
# Skedge

## Getting Started
_Get all of your Rate My Professors and grade distribution data without ever leaving schedule planner!_

First, run the development server:
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)

```bash
pnpm dev
# or
npm run dev
```
## About

### Features

- Multiple Sources
- Find grade distributions and Rate My Professors scores for any given class.
- Aggregate
- Powerful query abilities that aggregate grade and Rate My Professors data across several years to give you a more wholistic view.
- Schedule Planner Integration
- Direct integration means getting the exact information you need, right when you need it.

Open your browser and load the appropriate development build. For example, if you are developing for the chrome browser, using manifest v3, use: `build/chrome-mv3-dev`.
## Contributing

You can start editing the popup by modifying `popup.tsx`. It should auto-update as you make changes. To add an options page, simply add a `options.tsx` file to the root of the project, with a react component default exported. Likewise to add a content page, add a `content.ts` file to the root of the project, importing some module and do some logic, then reload the extension on your browser.
Contributions are welcome!

For further guidance, [visit our Documentation](https://docs.plasmo.com/)
This project uses the MIT License.

## Making production build
### Process

Run the following:
Once you're ready to make some changes, see the
[issues](https://github.com/UTDNebula/skedge/issues) for the repository.

If you want to brainstorm, share ideas or ask questions, start a discussion in
our [Discord](https://discord.utdnebula.com/).

### Set-up

This project requires a working [Node.js](https://nodejs.org/en/) and NPM
installation. To start, clone the repository, and then run `npm run dev:chrome` or `npm run dev:firefox` to launch
a local development server.

```bash
pnpm build
# or
npm run build
git clone https://github.com/UTDNebula/skedge.git
cd skedge
npm install
```

This should create a production bundle for your extension, ready to be zipped and published to the stores.
If you are developing for the Chrome browser run `npm run dev:chrome` and load `build/chrome-mv3-dev` on `chrome://extensions/`

If you are developing for the Firefox browser run `npm run dev:firefox` and load `build/firefox-mv3-dev` on `about:debugging`

## Submit to the webstores
### Contact

The easiest way to deploy your Plasmo extension is to use the built-in [bpp](https://bpp.browser.market) GitHub action. Prior to using this action however, make sure to build your extension and upload the first version to the store to establish the basic credentials. Then, simply follow [this setup instruction](https://docs.plasmo.com/framework/workflows/submit) and you should be on your way for automated submission!
This project is maintained by Nebula Labs. If you have
any questions about this project or Nebula Labs, see the [discord server](https://discord.utdnebula.com/)
2 changes: 1 addition & 1 deletion next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.
Loading

0 comments on commit a5b38e2

Please sign in to comment.