Skip to content

My simple portfolio built with Next.js, Tailwind, and Vercel.

Notifications You must be signed in to change notification settings

fahreziadh/fahrezi.fyi

Repository files navigation

Deploy with Vercel

fahrezi.fyi

Running Locally

This application requires Node.js v18.17+.

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.

Database Schema

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.)

About

My simple portfolio built with Next.js, Tailwind, and Vercel.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages