Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 246 Bytes

File metadata and controls

23 lines (16 loc) · 246 Bytes

This is the source code of https://cv.reorx.com

Development

Prepare environment

npm i

Run dev server

npm run dev

Deploy site

wrangler pages project create cv
npm run build
wrangler pages publish dist