My personal site. I use it to play around and experement with web dev. Mostly static and clientside.
Clone the project
git clone https://github.com/lerndmina/astro-lerndmina.dev
Go to the project directory
cd astro-lerndmina.dev
Install dependencies
npm i
Start the server
npm run dev
Clone the project
npm run build
The directory ./dist
contains the static HTML files.
Client: Astro, TailwindCSS
Server: Any static site host