https://github.com/hackclub/maxday
React + Gatsby website for displaying Max's birthday wishes. Written mostly by @lachlanjc.
https://github.com/hackclub/maxday
Last synced: over 1 year ago
JSON representation
React + Gatsby website for displaying Max's birthday wishes. Written mostly by @lachlanjc.
- Host: GitHub
- URL: https://github.com/hackclub/maxday
- Owner: hackclub
- Created: 2018-04-24T05:25:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-25T18:41:38.000Z (over 7 years ago)
- Last Synced: 2025-04-23T16:08:26.980Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://maxday.hackclub.com
- Size: 481 KB
- Stars: 23
- Watchers: 9
- Forks: 36
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [maxday](https://maxday.hackclub.com)
Happy birthday, Max. 🎂
Welcome! April 25 is [Max Wofford](https://maxwofford.com/)'s birthday, and the goal of this site (and this repository) is to display his birthday wishes.
### Leave a birthday wish by creating a file [in cards](https://github.com/hackclub/maxday/tree/master/cards)
Name the file after your first name, and place the following lines at the start of it:
---
author: 'your first name, same as filename'
---
Check out [Mingjie's card](https://github.com/hackclub/maxday/blob/master/cards/mingjie.md) as an example of how to write one, or view the [instructions page](https://maxday.hackclub.com/instructions).
## Site Setup
1. Clone the repository and enter it
```
git clone https://github.com/hackclub/maxday
cd maxday
```
2. Install packages & run
```
yarn && yarn run dev
```
3. It should now be running, open [localhost:8000](http://localhost:8000) to view it