Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 276 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 276 Bytes

Overreact Examples

A handful of examples, showing how to use the overreact game engine.

Run in browser

First, install dependencies:

npm i

Next, run the vite server and process tailwind styles:

npm run dev

Open http://localhost:5173 in a browser.