-
Clone this repository
git clone https://github.com/swayam25/swayam25.github.io swayam cd swayam
-
Install dependencies
pnpm i
-
Start the app
pnpm run dev
- This project is configured to use the
static-adapter
, which enables deployment on static hosting services such as GitHub Pages, Cloudflare Pages/Workers, and similar platforms. - The project is currently hosted on GitHub Pages with an automated GitHub Workflow that deploys changes upon push to the
main
branch. - For detailed GitHub Pages implementation configuration, refer to
.github/workflows/pages.yml
.