Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 987 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 987 Bytes

A certain magical shooter

Have a screenshot

I made a simple Shmup, trying to get better at Art/Sound/Music, hopefully you'll enjoy the results.

Dev Requirements

  • Node JS (v18+) with NPM

Setup

Nothing special, just install the dependencies via npm and you are ready to start a dev server:

npm install

Development (VS Code)

You can use the Complete development a Vite Dev Server and Chrome with the Debugger hooked up.

Putting/removing breakpoints in the .ts files with VS Code in /src should then work. If it does not, please open an issue.

Edit the TypeScript files, the browser should automatically refresh after saving.

Development (Terminal)

You can also start the development server by executing the following command within the repo:

npm run dev

You should then see the example in your Browser on http://localhost:5137/