This is the source code for the Awesome Arcade Extensions website!
You can find the repository for the click count API here.
- Have
nodejs
installed. - Clone this repo.
yarn
to install dependencies.- Copy
.env.sample
to.env.local
and fill out environment variables.
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
)
yarn run build
and yarn run start
.
Awesome Arcade Extensions is currently deployed on Vercel at https://awesome-arcade-extensions.vercel.app/.