This uses React + TypeScript so install node.js first before trying to build.
WebGL2 is used for the background.
This website is deployed via Cloudflare Pages, and will automatically build/deploy the main branch to benjxia.dev on pushes.
This website uses React for frontend and Vite for building.
-
Install Dependencies
npm install -
To run a development server on
localhost:3000npm run dev -
To create a production build
npm run build -
To preview the latest production build
npm run preview
For linting, run npm run lint.