You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,9 +18,6 @@ Run `npm build`, and a built version will be written to `/dist`. You can run the
18
18
19
19
Building for production minifies HTML, CSS, and JavaScript files as well as adds a cachebusting parameter to those resources.
20
20
21
-
## Style
21
+
## Events
22
22
23
-
We've configured [prettier](https://prettier.io/) to run before a commit, however it doesn't support Nunjucks templates, so it's not quite as valuable as we'd like.
24
-
25
-
Prettier will lint and format your changes automatically, so don't worry about following
26
-
format standards (so long as your code passes the lint-staged step).
23
+
A list of events (past and upcoming) are stored in [src/globals/events.js](src/globals/events.js). The newest non-hidden event that is in the future will be treated as the featured upcoming event. A small amount of clientside JavaScript will automatically hide this event the day after it has occurred.
0 commit comments