Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 673 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 673 Bytes

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