This is my personal portfolio website, built using the Astro framework and hosted on Cloudflare Workers.
- Blazing Fast Performance: Leveraging Astro for optimal speed.
- Accessibility: Built with best practices to ensure it's usable by everyone.
- SEO Optimized: Designed for better search engine visibility.
- Fully Responsive: Adapts seamlessly to any screen size, from mobile to desktop.
You can view the live site here: https://portfolio.prashanttbhardwajj.workers.dev/
To get a local copy up and running, follow these simple steps.
-
Clone the repository:
git clone [https://github.com/prashsamosa/portfolio.git](https://github.com/prashsamosa/portfolio.git)
-
Navigate to the project directory:
cd portfolio -
Install dependencies:
bun/npm install
Once dependencies are installed, you can start the development server:
bun/npm run dev