Skip to content

Astro.js developer portfolio with TailwindCSS and Bun.sh for fast, responsive performance.

License

Notifications You must be signed in to change notification settings

iNoles/inoles.github.io

Repository files navigation

🌌 Developer Portfolio Site

Welcome to my developer portfolio built with Astro.js, styled using TailwindCSS, and powered by Bun.sh for blazing-fast performance! 🚀

✨ Features

  • 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

🚀 Getting Started

Prerequisites

  • Bun.sh installed.
  • (Optional) Node.js, though Bun.sh handles most tasks.

Installation

  1. Clone the repository:

    git clone https://github.com/iNoles/inoles.github.io.git
    cd inoles.github.io
  2. Install dependencies using Bun:

    bun install

Available Scripts

  • bun dev: Start the development server.
  • bun build: Create a production build.
  • bun preview: Preview the production build.

Contributing

Contributions are welcome! Here's how you can help:

  1. Fork the repository.
  2. Create your feature branch (git checkout -b feature/YourFeature).
  3. Commit your changes (git commit -m 'Add YourFeature').
  4. Push to the branch (git push origin feature/YourFeature).
  5. Open a pull request.