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 install
To start the development server, run:
yarn watch
The project will run at http://localhost:4321
(or Astro's default port).
To build the project, run:
yarn build
The build output will be available in the dist/
directory.
To deploy to Cloudflare Pages, run the following command:
yarn pages deploy
This will upload the build output to Cloudflare Pages.
Made with ❤️ by Supian M.