Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.19.0
24.15.0
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

## Develop

> 💡 This project runs on Node.js; [install the latest long-term support version][node_download].
> 💡 This project runs on Node.js; [install the latest long-term support version][node_download] or use a node version manager like
> [fnm][fnm_download].

To get started, clone this repository to your machine and run `npm i` in the root of this project.
Then, run `npm start` to spin up the [development server][dev_server].
Expand All @@ -28,12 +29,13 @@ The site can also be deployed manually by those with sufficient permissions usin
---

Maintained with 💖 by [**acmcsuf.com hub**][team_doc]
Current Webmaster: [**Dianella Sy**][webmaster_url]
Current Webmaster: [**Mark Gaballa**][webmaster_url]

[node_download]: https://nodejs.org/en/download/
[fnm_download]: https://github.com/Schniz/fnm
[github_action_deploy]: .github/workflows/deploy.yaml
[live_url]: https://acmcsuf.com/
[acm_officers]: https://acmcsuf.com/teams/
[webmaster_url]: https://github.com/dianellasy/
[webmaster_url]: https://github.com/GaballaGit
[dev_server]: http://localhost:3000/
[team_doc]: https://docs.google.com/document/d/11GoIBTAAnIOgmWuG1TsgXUE3MMkweQ8V6bB9TbrY0Hs/edit?usp=sharing
22 changes: 4 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"homepage": "https://acmcsuf.com/",
"author": "EthanThatOneKid (https://etok.codes/)",
"engines": {
"node": ">=22.0.0",
"npm": ">=10.5.1"
"node": ">=24.0.0",
"npm": ">=11.3.0"
},
"repository": {
"url": "git+https://github.com/acmcsufoss/acmcsuf.com.git"
Expand Down
Loading