My personal portfolio website showcasing my work as a Java developer and Minecraft plugin creator. Built with modern web technologies for optimal performance and maintainability.
🌐 Live Site: aerulion.net
- Astro - Modern static site generator
- Bun - Fast JavaScript runtime and package manager
- TypeScript - Type-safe development
- GitHub Actions - Automated deployment
- GitHub Pages - Hosting
- Bun installed on your system
-
Clone the repository
git clone https://github.com/aerulion/aerulion.github.io.git cd aerulion.github.io -
Install dependencies
bun install
-
Start development server
bun run dev
-
Open in browser
http://localhost:4321
| Command | Description |
|---|---|
bun run dev |
Start development server with hot reload |
bun run build |
Build for production |
bun run preview |
Preview production build locally |
bun run astro |
Run Astro CLI commands |
The site automatically deploys to GitHub Pages when you push to the main branch.