A fast, modern developer portfolio built with Astro v6, styled using TailwindCSS, and powered by pnpm for efficient dependency management. Optimized for performance, accessibility, and clean modular structure.
- Astro v6 for ultra‑fast static site generation
- TailwindCSS for responsive, utility‑first styling
- pnpm for efficient, disk‑optimized package management
- SEO‑optimized pages and metadata
- Responsive design across all devices
- Modular components for easy maintenance and expansion
- pnpm installed
- Node.js 22+
-
Clone the repository:
git clone https://github.com/iNoles/inoles.github.io.git cd inoles.github.io -
Install dependencies using pnpm:
pnpm install
pnpm dev: Start the development server.pnpm build: Create a production build.pnpm 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.
