Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 351 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 351 Bytes

Clamp

A Scratch-like game & animation creator created from scratch (literally).

Running locally

Download & Install Node.js (and also Git probably)

Download/Clone the repository, then while inside the folder run these commands in a terminal:

  • npm i or npm i --force if the other fails
  • npm run dev

Then visit the URL it gives you.