An open API service indexing awesome lists of open source software.

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.

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