Skip to content

UnsignedArduino/Awesome-Arcade

Folders and files

NameName
Last commit message
Last commit date
Feb 13, 2024
Apr 15, 2023
Nov 20, 2024
Oct 9, 2024
Nov 20, 2024
Oct 22, 2024
Oct 22, 2024
Apr 15, 2023
Mar 16, 2024
Mar 16, 2024
Apr 15, 2023
Apr 15, 2023
Apr 19, 2023
Oct 9, 2024
Feb 21, 2024
Oct 9, 2024
Apr 10, 2024
Apr 15, 2023
Oct 9, 2024

Repository files navigation

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.
  4. Create a TinaCMS cloud project.
  5. Copy .env.sample to .env and fill in the values.

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/.