summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorblackhao <13851610112@163.com>2025-08-22 02:51:50 -0500
committerblackhao <13851610112@163.com>2025-08-22 02:51:50 -0500
commit4aab4087dc97906d0b9890035401175cdaab32d4 (patch)
tree4e2e9d88a711ec5b1cfa02e8ac72a55183b99123 /README.md
parentafa8f50d1d21c721dabcb31ad244610946ab65a3 (diff)
2.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md23
1 files changed, 0 insertions, 23 deletions
diff --git a/README.md b/README.md
deleted file mode 100644
index 22b6bb9..0000000
--- a/README.md
+++ /dev/null
@@ -1,23 +0,0 @@
-# UIUC Course Graph
-
-Static UIUC course prerequisite graph powered by React and Cytoscape.js. Course data is fetched from the UIUC Course Explorer API during build time because the API does not allow cross-origin requests.
-
-## CORS check
-
-```
-$ curl -sD - -o /dev/null https://courses.illinois.edu/cisapp/explorer/schedule/2025/fall.xml
-HTTP/1.1 200 OK
-content-type: application/xml;charset=UTF-8
-server: envoy
-# (no Access-Control-Allow-Origin header)
-```
-
-## Development
-
-```bash
-npm install
-npm run scrape # generate data/catalog_2025_fall.json
-npm run dev # start Vite dev server
-```
-
-The GitHub Actions workflow `update-and-deploy.yml` refreshes the catalog daily and deploys the built site to GitHub Pages.