A simple static site which shows when the next leap year is and why that year is a leap year.
This site is build with Gatsby.
- Run development server
$ yarn develop
- Site is now running at
http://localhost:8000
- Create build
$ yarn build
- The production build is now available in
./public