UnsignedArduino / Awesome-Arcade-Extensions-Website

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

Home Page:https://awesome-arcade-extensions.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Awesome-Arcade-Extensions-Website

Deployed on Vercel Uptime Lint Format CodeFactor

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

Install

  1. Have nodejs.
  2. Clone this repo.
  3. yarn to install dependencies.
  4. Deploy to Vercel and link the project.
  5. Copy .env.sample to .env.local and fill out environment variables. Push them to Vercel.
  6. Create a new Postgres database on your computer for development.
  7. Insert click counts into your local Postgres database using any tool manually for development. πŸ’€πŸ’€πŸ’€

When hosting on Vercel:

  1. Create a new Vercel Postgres database and pull the environment variables in for production.
  2. Insert click counts using the Vercel Storage dashboard manually for production. πŸ’€πŸ’€πŸ’€

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!

https://awesome-arcade-extensions.vercel.app

License:GNU General Public License v3.0


Languages

Language:TypeScript 99.9%Language:JavaScript 0.1%Language:Shell 0.0%Language:HTML 0.0%