Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 306 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 306 Bytes

Portfolio site

Thanks Thith from KOOMPI for written this.

Developing

We will use pnpm here;

# install packages
pnpm install 

# run development server
pnpm run dev

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