Skip to content

Maketendo/Awesome-Arcade-Extensions-Website

 
 

Repository files navigation

Awesome-Arcade-Extensions-Website

Deployed on Vercel Uptime Lint Format CodeFactor

This is the source code for the Awesome Arcade Extensions website!

You can find the repository for the click count API here.

Install

  1. Have nodejs installed.
  2. Clone this repo.
  3. yarn to install dependencies.
  4. Copy .env.sample to .env.local and fill out environment variables.

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 Extensions is currently deployed on Vercel at https://awesome-arcade-extensions.vercel.app/.

About

This is the source code for the Awesome Arcade Extensions website!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.5%
  • Other 0.5%