Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fahreziadh/fahrezi.fyi
My simple portfolio built with Next.js, Tailwind, and Vercel.
https://github.com/fahreziadh/fahrezi.fyi
blog mdx nextjs react sqlite tailwindcss turso vercel
Last synced: about 2 hours ago
JSON representation
My simple portfolio built with Next.js, Tailwind, and Vercel.
- Host: GitHub
- URL: https://github.com/fahreziadh/fahrezi.fyi
- Owner: fahreziadh
- Created: 2024-05-21T17:07:40.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-18T05:26:05.000Z (2 months ago)
- Last Synced: 2024-09-18T08:00:15.125Z (2 months ago)
- Topics: blog, mdx, nextjs, react, sqlite, tailwindcss, turso, vercel
- Language: TypeScript
- Homepage: https://fahrezi.fyi
- Size: 1.53 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Ffahreziadh%2Ffahrezi.fyi)
# fahrezi.fyi
- **Framework**: [Next.js](https://nextjs.org/)
- **Database**: [Turso](https://turso.tech/)
- **Deployment**: [Vercel](https://vercel.com)
- **Styling**: [Tailwind CSS](https://tailwindcss.com)
- **Email**: [Plunk](https://useplunk.com/) (For contact page notification)## Running Locally
This application requires Node.js v18.17+.
```bash
git clone https://github.com/fahreziadh/fahrezi.fyi.git
cd fahrezi.fyi
bun install
bun dev
```Create a `.env.local` file similar to [`.env.example`](https://github.com/fahreziadh/fahrezi.fyi/blob/main/.env.example).
## Database Schema
```sql
CREATE TABLE `posts_views` (
`id` integer PRIMARY KEY,
`views` integer DEFAULT '0' NOT NULL
);
```## License
1. You are free to use this code as inspiration.
2. Please do not copy it directly.
3. Crediting the author is appreciated.Please remove all of my personal information (blog posts, images, etc.)