jdtzmn / pointless-profile-button

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

Home Page:https://pointless-profile-button.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://pointless-profile-button.vercel.app

License:MIT License


Languages

Language:TypeScript 87.6%Language:SCSS 12.4%