Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 503 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 503 Bytes

Netlify Status

The-Wizard-Frogy

A game made with Elm about a wizard frog 🐸

Demo

How to play

You can play the game here.

How to run locally

This going to run the game in localhost:1234

npm install
npm run dev

How to build

npm run build