Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 318 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 318 Bytes

Drops

Drops is an implementation of Puyo Puyo by Dividat.

Development & Build

This project uses Parcel as a build tool.

  • Run the development server: yarn dev
  • Build the project: yarn parcel build ./src/index.html