Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 277 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 277 Bytes

Minesweeper

Built with Gatsby.

Install

Install Gatsby CLI:

npm install --global gatsby-cli

Develop (unminified @ localhost:8000):

gatsby develop

Build (minified @ localhost:9000):

gatsby build && gatsby serve