Web app recreation of the game asteroids 🚀
The demo is currently live on Render
- Node ~v18
- pnpm (you can use npm or yarn instead)
- In your terminal, navigate to the root of the project
- Run the following command to install all the dependencies
$ pnpm i
- After all the dependencies have been installed, you can run the command to start the project
$ pnpm run dev
- Open the browser in localhost:3000