Welcome to my developer portfolio built with Astro.js, styled using TailwindCSS, and powered by Bun.sh for blazing-fast performance! 🚀
- Astro.js Framework for building a lightweight static site
- TailwindCSS for modern, responsive, and custom UI design
- Bun.sh for ultra-fast server-side rendering and bundling
- Responsive Design to look great on any device
- SEO Optimized to improve search engine visibility
- Modular Code to easily expand and maintain
- Bun.sh installed.
- (Optional) Node.js, though Bun.sh handles most tasks.
-
Clone the repository:
git clone https://github.com/iNoles/inoles.github.io.git cd inoles.github.io
-
Install dependencies using Bun:
bun install
bun dev
: Start the development server.bun build
: Create a production build.bun preview
: Preview the production build.
Contributions are welcome! Here's how you can help:
- Fork the repository.
- Create your feature branch (
git checkout -b feature/YourFeature
). - Commit your changes (
git commit -m 'Add YourFeature'
). - Push to the branch (
git push origin feature/YourFeature
). - Open a pull request.