Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 396 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 396 Bytes

OG image

Hi, this is yuanx's website, here you can find my blog and other information about me.

Installation

$ pnpm install

Development

$ pnpm dev

Distribution

$ pnpm build

Deploy on Docker

$ docker build -t yuanx-docker .
$ docker run -p 3000:3000 yuanx-docker