Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 732 Bytes

README.md

File metadata and controls

39 lines (23 loc) · 732 Bytes

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.