https://github.com/jdtzmn/pointless-profile-button
A button for GitHub README.md profiles that counts the number of times it was clicked
https://github.com/jdtzmn/pointless-profile-button
button github-profile github-profile-readme markdown-image pointless
Last synced: 24 days ago
JSON representation
A button for GitHub README.md profiles that counts the number of times it was clicked
- Host: GitHub
- URL: https://github.com/jdtzmn/pointless-profile-button
- Owner: jdtzmn
- License: mit
- Created: 2020-09-24T16:05:31.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-03T20:43:49.000Z (over 5 years ago)
- Last Synced: 2026-07-02T17:43:54.751Z (25 days ago)
- Topics: button, github-profile, github-profile-readme, markdown-image, pointless
- Language: TypeScript
- Homepage: https://pointless-profile-button.vercel.app
- Size: 253 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pointless-profile-button
a button for GitHub README.md profiles that counts the number of times it was clicked
## Demo
[](https://pointless-profile-button.vercel.app)
## Deploying
### Set Up Database
Set the database URL on your computer
```bash
export DATABASE_URL="..."
```
Generate tables
```bash
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
```bash
yarn build
```
### Start the App
```bash
yarn start
```