a button for GitHub README.md profiles that counts the number of times it was clicked
Set the database URL on your computer
export DATABASE_URL="..."
Generate tables
yarn migrate
yarn generate
This varies from provider to provider, but the environment variable DATABASE_URL
will need to be set manually.
yarn build
yarn start