Skip to content

Commit b9c20a3

Browse files
committed
Update README
1 parent d412806 commit b9c20a3

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ Run `npm build`, and a built version will be written to `/dist`. You can run the
1818

1919
Building for production minifies HTML, CSS, and JavaScript files as well as adds a cachebusting parameter to those resources.
2020

21-
## Style
21+
## Events
2222

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

Comments
 (0)