Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 839 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 839 Bytes

21ciaga Build and Deploy Personal Site

Personal Website For Aki. Built with Astro, Tailwind CSS & ❤️ for Balenciaga.

Preparing Development Environment

git clone https://github.com/iknowhtml/iknowhtml.github.io.git

cd iknowhtml.github.io

pnpm i

Scripts

dev

Starts the development server on localhost:3000.

build

Builds the project for production into the dist folder. Checks for issues with astro check and then compiles the project with astro build.

preview

Starts the production server using the output from dist.

astro

Runs the Astro CLI.