Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saifurrahmanemon/saifur.me
My Personal Site 👋
https://github.com/saifurrahmanemon/saifur.me
nextjs portfolio redis tailwindcss upstash-redis vercel
Last synced: 4 days ago
JSON representation
My Personal Site 👋
- Host: GitHub
- URL: https://github.com/saifurrahmanemon/saifur.me
- Owner: Saifurrahmanemon
- Created: 2022-12-30T11:56:20.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-13T10:02:09.000Z (4 months ago)
- Last Synced: 2024-07-13T10:57:36.415Z (4 months ago)
- Topics: nextjs, portfolio, redis, tailwindcss, upstash-redis, vercel
- Language: TypeScript
- Homepage: https://saifur.me
- Size: 886 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Running Locally
requires Node.js v18.17+.
```bash
git clone https://github.com/Saifurrahmanemon/saifur.me.git
cd saifur.me
npm run i
npm run dev
```Create a `.env` file similar to
[`.env.example`](https://github.com/Saifurrahmanemon/saifur.me/blob/master/.env.example).## View Counter
To enhance the accuracy of our view counter, we used Redis to prevent a single
user from increasing the count multiple times within a specified period, which
is currently set at 24 hours.## License
1. You are free to use this code.
2. It is appreciated if you give credit to the original author.