BytePrince / maxday

React + Gatsby website for displaying Max's birthday wishes. Written mostly by @lachlanjc.

Home Page:https://maxday.hackclub.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

maxday

Happy birthday, Max. 🎂

Welcome! April 25 is Max Wofford'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

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 as an example of how to write one, or view the instructions page.

Site Setup

  1. Clone the repository and enter it
git clone https://github.com/hackclub/maxday
cd maxday
  1. Install packages & run
yarn && yarn run dev
  1. It should now be running, open localhost:8000 to view it

About

React + Gatsby website for displaying Max's birthday wishes. Written mostly by @lachlanjc.

https://maxday.hackclub.com


Languages

Language:JavaScript 99.4%Language:Makefile 0.6%