
My personal website written with Astro.
Nebula's website framework offers a seamless experience for developers looking to build modern web applications. With a focus on simplicity and efficiency, it makes use of Astro to streamline the development process. From installation to deployment, Nebula equips you with the tools to create stunning sites with minimal hassle, making it an enticing option for both new and experienced developers alike.
pnpm install to effortlessly install all project dependencies, ensuring you have everything you need to get started quickly.pnpm run dev, launch a local server at localhost:3000 for real-time development and testing, allowing you to see changes instantly.pnpm run build compiles your site for production, outputting the final build to the ./dist/ directory for easy deployment.pnpm run preview to locally preview your build to catch any issues and ensure everything looks perfect.astro add and astro check directly through pnpm run astro ..., which integrates smoothly into your workflow.pnpm run astro --help provides quick access to help on using the Astro CLI, making it easier to navigate commands.
Astro is the all-in-one web framework designed for speed. Pull your content from anywhere and deploy everywhere, all powered by your favorite UI components and libraries.
React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.
Million is a compiler that makes React components up to 70% faster by replacing React's virtual DOM with a more efficient fine-grained reactivity system. It provides automatic optimizations with minimal code changes.