This is a web portfolio and posts project built with Astro and deployed to Cloudflare Pages using Wrangler.
Make sure you are using Yarn 4.6.0.
- Install dependencies:
yarn installTo start the development server, run:
yarn watchThe project will run at http://localhost:4321 (or Astro's default port).
To build the project, run:
yarn buildThe build output will be available in the dist/ directory.
To deploy to Cloudflare Pages, run the following command:
yarn pages deployThis will upload the build output to Cloudflare Pages.
Made with ❤️ by Supian M.