UnsignedArduino / Awesome-Arcade

This is the source code for the website Awesome Arcade!
https://awesome-arcade.vercel.app
GNU General Public License v3.0
5 stars 4 forks source link
arcade arcade-extensions awesome awesome-extensions bootstrap curated curated-list extensions gamedev libraries makecode makecode-arcade makecode-arcade-extensions modules nextjs react useful useful-extensions website

Awesome-Arcade

Deployed on Vercel Uptime Lint Format CodeFactor Contribute with Gitpod

This is the source code for the Awesome Arcade website!

Install

  1. Have nodejs.
  2. Clone this repo.
  3. yarn to install dependencies.

Development

Use yarn run dev to start a development server.

Before commit, make sure to format, (yarn run format / yarn run writeFormat) lint, (yarn run lint / yarn run writeLint) and type-check. (yarn run typecheck)

Build and serve

yarn run build and yarn run start.

Awesome Arcade is currently deployed on Vercel at https://awesome-arcade.vercel.app/.