A personal portfolio website to show skills, experiences, and projects
- Clone the repository
https://github.com/shahriarshafin/shahriarshafin.github.io.git
- Change the working directory
cd shahriarshafin.github.io
- Install dependencies
npm install # or, yarn install
- Create .env
Create a
.env
file similar to.env.example
- Run the app in development mode
npm run dev # or, yarn dev
That's All! Now open localhost:3000 to see the app.
- Framework: Next.js
- Database: Supabase
- Authentication: NextAuth.js
- API: Github API
- Styling: Tailwind CSS
- Icon Packs: React-Icons
- Analytics: Google Analytics
- Deployment: Vercel
This project is licensed under the MIT License - see the LICENSE
file for details.