supakone.me is an all-in-one personal website built with Astro and Starlight template. It features a personal info page, a blog, and documentation for open source projects.
- Personal Info Page to introduce myself
- Blog System to share my thoughts and experiences
- Documentation site for my open source projects
- Dark Mode Support
- Responsive Design for mobile and tablet devices
- SEO optimized
- Performance optimized
Warning
Only follow this if you want to run the project locally. If you just want to see the website, please visit supakone.me.
- Clone the repository
git clone https://github.com/preamza02/supakone.me.git cd supakone.me/docs - Install dependencies
pnpm install
- Start the development server
pnpm dev
- Open your browser and navigate to
http://localhost:4321
Tip
Make sure to install Playwright browsers after installing dependencies:
pnpm exec playwright install --with-deps chromiumAnd I also have prehook before commit and push to check code style if you want to skip it you can use --no-verify flag
Visit our Documentation
This project is licensed under the MIT License. See the LICENSE file for details.