Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 776 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 776 Bytes

Seeds Game

A connect the dots game with seeds: https://www.seedsgame.com

Inspired by the fantastic Two Dots

seeds

Run Locally

to get running locally:

clone the repo:

> git clone https://github.com/andrewMacmurray/seeds-game.git

make sure you have Node installed.

install the dependencies with:

> npm install

run the dev environment (watches for changes in css, ts and elm, launches and live reloads a dev server) with:

> npm run dev

build the project with:

> npm run build

Suggestions are welcome: https://github.com/andrewMacmurray/seeds-game/issues