This is the source code of my personal homepage. It is developed with Create React App.
- node.js:
22.x
- yarn
Install dependencies:
yarn
Start development server (with hot reload):
yarn start
Any commit to main
branch will trigger a GitHub Action to deploy Cloudflare Pages.
This project is MIT licensed.