Welcome to my personal portfolio and blog. This project showcases my latest work, thoughts on development, and my professional journey.
- Frontend: Vite, React, TypeScript
- Styling: Tailwind CSS, shadcn/ui
- Backend/Database: Supabase
- Animations: Framer Motion, Lucide React
- Clone the repository:
git clone https://github.com/negoro26/negoro26.github.io.git
- Install dependencies:
npm install
- Create a
.envfile from.env.exampleand add your Supabase credentials:cp .env.example .env
- Start the development server:
npm run dev
The blog section is powered by Supabase. You can manage posts via the admin dashboard located at /admin/blog (authentication required).
This project is open-source and available under the MIT License.