Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaynightmare/distrack-website
Website for DisTrack. It tracks how long you've coded for and works with the DisTrack discord bot and the website so you can view your programming stats!
https://github.com/jaynightmare/distrack-website
Last synced: 26 days ago
JSON representation
Website for DisTrack. It tracks how long you've coded for and works with the DisTrack discord bot and the website so you can view your programming stats!
- Host: GitHub
- URL: https://github.com/jaynightmare/distrack-website
- Owner: JayNightmare
- License: mit
- Created: 2024-11-07T01:02:05.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-27T20:12:08.000Z (about 1 month ago)
- Last Synced: 2024-12-06T12:13:12.981Z (28 days ago)
- Language: TypeScript
- Homepage: https://distrack-website.vercel.app
- Size: 1.89 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
My personal website, built with [Next.js](https://nextjs.org/), [Tailwind CSS](https://tailwindcss.com/), [Upstash](https://upstash.com?ref=https://distrack-website.vercel.app), [Contentlayer](https://www.contentlayer.dev/) and deployed to [Vercel](https://vercel.com/).
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/upstash/clone?demo-title=Next.js%20Portfolio%20with%20Pageview%20Counter&demo-description=Portfolio%20site%20with%20pageview%20counter%2C%20built%20with%20Next.js%2013%20App%20Router%2C%20Contentlayer%2C%20and%20Upstash%20Redis.&demo-url=https%3A%2F%2Fhttps://distrack-website.vercel.app%2F&demo-image=%2F%2Fimages.ctfassets.net%2Fe5382hct74si%2F1DA8n5a6WaP9p1FXf9LmUY%2Fc6264fa2732355787bf657df92dda8a1%2FCleanShot_2023-04-17_at_14.17.37.png&project-name=Next.js%20Portfolio%20with%20Pageview%20Counter&repository-name=nextjs-portfolio-pageview-counter&repository-url=https%3A%2F%2Fgithub.com%2FJayNightmare%2Fhttps://distrack-website.vercel.app&from=templates&integration-ids=oac_V3R1GIpkoJorr6fqyiwdhl17)
## Running Locally
```sh-session
git clone https://github.com/JayNightmare/distrack-website.git
cd distrack-website
```Create a `.env` file similar to [`.env.example`](https://github.com/JayNightmare/https://distrack-website.vercel.app/blob/main/.env.example).
Then install dependencies and run the development server:
```sh-session
pnpm install
pnpm dev
```## Cloning / Forking
Please remove all of my personal information (showcase, images, etc.) before deploying your own version of this site.