Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.25 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.25 KB

Stuy Scheduler

A little web tool to generate schedule listings in the formats various websites in the Stuyvesant HS community use.

It currently supports the Andy-Fin Caucus and today.stuysu.org database formats, and contributions for new formats are welcomed!

This is a Create React App + MUI project.

Quickstart

In the project directory, you can run:

Clone the repository and install its dependencies.

git clone https://github.com/TheEgghead27/stuy-scheduler.git
cd stuy-scheduler
npm install

Now you can run the following scripts.

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.

Our GitHub Pages deployment uses this to deploy the site to https://theegghead27.github.io/stuy-scheduler/.