Skip to content

zachjensz/minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 git@github.com: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