Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 387 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 387 Bytes

Push Game Recreation with Next.js

This project is a recreation of the push game using Next.js. It is bootstrapped with create-next-app.

Getting Started

To run the development server, use one of the following commands:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev