Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 625 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 625 Bytes

blank-page

For Ludum Dare 45 | Theme: Start with nothing | https://ldjam.com/events/ludum-dare/45/

Game page: https://ldjam.com/events/ludum-dare/45/blank-page

Play the game: https://zufengw.github.io/blank-page

Controls: mouse only

Set up

What you need: Node.js and npm, yarn.

git clone git@github.com:ZufengW/blank-page.git and cd into the repo.

yarn install to install dependencies.

Develop

yarn dev to start the dev server

Export

yarn build creates an output in the dist directory.

yarn deploy deploys to GitHub pages.