/pointless-profile-button

A button for GitHub README.md profiles that counts the number of times it was clicked

Primary LanguageTypeScriptMIT LicenseMIT

pointless-profile-button

a button for GitHub README.md profiles that counts the number of times it was clicked

Demo

pointless button

Deploying

Set Up Database

Set the database URL on your computer

export DATABASE_URL="..."

Generate tables

yarn migrate
yarn generate

Set the Environment Variables on the Server

This varies from provider to provider, but the environment variable DATABASE_URL will need to be set manually.

Build for Production

yarn build

Start the App

yarn start