/fawazalesayi.dev

My dev blog powered by Astro

Primary LanguageAstroMIT LicenseMIT

fawazalesayi.dev

My dev blog, created with astro;

Feel free to talk anything about me, this repo or the blog in the issues.

Usage

Once you've created a project and installed dependencies with pnpm i

pnpm dev

# or start the server and open the app in a new browser tab
pnpm dev -- --open

Building

pnpm build

You can preview the built app with pnpm preview, This should not be used to serve your app in production.