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
.
CREATE TABLE `posts_views` (
`id` integer PRIMARY KEY,
`views` integer DEFAULT '0' NOT NULL
);
Please remove all of my personal information (blog posts, images, etc.)