Source code for my personal website. A highly opinionated, minimalist portfolio template built with a strict monochromatic aesthetic.
- Astro
- React (with Framer Motion)
- Tailwind CSS
- TypeScript
- Clone the repository:
git clone https://github.com/raexera/raexera.github.io.git - Install dependencies:
pnpm install - Start the development server:
pnpm dev - Build for production:
pnpm build
Content is driven entirely by data files rather than hardcoded markup.
cv.json: Core resume data (Experience, Education, Skills, Awards).src/consts.ts: Global site metadata and navigation links.
MIT License.