A modern, high-performance personal portfolio website built with React, Vite, and Supabase. It features a fully dynamic content management system (CMS) allowing you to update your portfolio content directly from an admin dashboard without touching the code.
- Dynamic Content: Modify Hero, About, Services, Projects, and Contact info via the Admin Panel.
- Admin Dashboard: Secure
/adminroute to manage all website content. - Responsive Design: Fully optimized for mobile, tablet, and desktop.
- Performance: Built with Vite for lightning-fast loading and development.
- Animations: Smooth transitions and effects using
framer-motion. - Contact Form: Functional contact form powered by Supabase.
- CV Download: Upload and manage your CV link dynamically.
- Frontend: React, Vite
- Styling: Modern CSS3 (Variables, Flexbox, Grid), Framer Motion
- Backend/Database: Supabase (PostgreSQL)
- Deployment: GitHub Pages (supported)
- Node.js (v16 or higher)
- npm or yarn
- A Supabase account
-
Clone the repository:
git clone https://github.com/itslanaa/lana-devportfolio.git cd lana-devportfolio -
Install dependencies:
npm install
-
Environment Setup: Create a
.envfile in the root directory (or copy.env.example):cp .env.example .env
Fill in your Supabase credentials:
VITE_SUPABASE_URL=your_supabase_project_url VITE_SUPABASE_ANON_KEY=your_supabase_anon_key
-
Database Setup (Supabase):
- Go to your Supabase Dashboard -> SQL Editor.
- Copy the contents of
supabase_schema.sqlfrom this project. - Paste it into the editor and click Run.
- This will create all necessary tables (hero_content, projects, etc.) and set up standard security policies.
-
Run Locally:
npm run dev
Open
http://localhost:5173to view the site.
To access the admin panel, navigate to /admin (e.g., http://localhost:5173/admin).
Note: Currently configured for open access or basic client-side protection. For production, ensure you implement proper RLS policies and Authentication in Supabase.
MIT License
Copyright (c) 2025 Kaka Maulana Abdillah
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
