Skip to content

kunalgorithm/asteroids

Repository files navigation

Asteroids

Asteroids Screenshot

Quick Start

Clone the repository

Install dependencies, then run the development server:

yarn
yarn dev

Deploy

Deploy to the cloud with Vercel

Install the now CLI

npm install --global vc

Then deploy using

vc

Tech stack

🤖 Typescript - static types, used throughout the client.

🌚 NextJS - SSR, file-based routing, and automatic code-splitting

💅 Ant Design - Beautiful, responsive, easy-to-use components.