Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 397 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 397 Bytes

Minesweeper Game

Play online at https://zachjensz.github.io/minesweeper or follow the steps below:

  1. Clone repo

Github CLI: gh repo clone zachjensz/minesweeper Git: git clone [email protected]:zachjensz/minesweeper.git

  1. Install Vite

In the project folder, run npm i

  1. Run a dev server

Run npm run dev to start the vite dev server, then click the link from within the terminal