Skip to content

imyuanx/yuanx

Repository files navigation

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