Skip to content

Commit 41f8cec

Browse files
authored
Update README.md
1 parent eeb15c0 commit 41f8cec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ This is the GitHub repository for the official BUILD UMass Website. It contains
1616
| Build | `yarn build` | Builds the website into static content |
1717
| Firebase Emulator | `yarn serve` | Starts running the website locally on a firebase emulator |
1818

19+
## Applications (IMPORTANT)
20+
21+
In src/pages/apply.js, there's a constant named APPLICATIONS_OPEN. As of right now, we gotta remember to just manually change it to true and false based on if the applications are open or not
22+
1923
## Note
2024

2125
Deployments of the live and dev version of the website are done automatically from the `master` and `dev` branches respectively. To add features or make edits, create a new branch based on `dev` and once you're done working merge it into `dev`. Once a significant amount of changes have been made, `dev` will be merged into `master`. Please avoid making changes to `master` directly.

0 commit comments

Comments
 (0)