Skip to content

lerndmina/imadam.io

Repository files navigation

Lerndmina.dev

My personal site. I use it to play around and experement with web dev. Mostly static and clientside.

The site

https://ImAdam.io

Run Locally

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

Build For Deployment

Clone the project

  npm run build

The directory ./dist contains the static HTML files.

Tech Stack

Client: Astro, TailwindCSS

Server: Any static site host