/leap-year

A simple static site which shows when the next leap year is and why that year is a leap year.

Primary LanguageTypeScriptMIT LicenseMIT

Leap year

Netlify Status

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.

Start developing

  1. Run development server
$ yarn develop
  1. Site is now running at http://localhost:8000

Create production build

  1. Create build
$ yarn build
  1. The production build is now available in ./public