The publicly accessible address of this deployed website is https://raceli.art
This is a personal portfolio website for Race Li, built with Next.js and bootstrapped with create-next-app
.
This portfolio showcases Race Li's work, skills, and experiences. It's designed to be responsive and accessible across various devices and platforms.
- Next.js - React framework for production
- React - JavaScript library for building user interfaces
- TypeScript - Typed superset of JavaScript
- Tailwind CSS - Utility-first CSS framework
- next-themes - Theme management for Next.js
To run this project locally:
- Clone the repository
- Install dependencies:
npm install # or yarn install # or pnpm install
- Run the development server:
npm run dev # or yarn dev # or pnpm dev
- Open http://localhost:3000 with your browser to see the result.
src/app/
- Contains the main application codesrc/components/
- Reusable React componentspublic/
- Static assets including faviconspublic/favicon/
- Favicon files for various platforms
- The main layout is defined in
src/app/layout.tsx
- Custom fonts (IBM Plex Sans and Kalnia) are imported from Google Fonts
- Favicon and manifest settings are configured for cross-platform support
To learn more about the technologies used in this project:
- Next.js Documentation - learn about Next.js features and API.
- React Documentation - learn React.
- Tailwind CSS Documentation - learn about Tailwind CSS.
This project is optimized for deployment on Vercel, the platform created by the makers of Next.js.
For more details on deploying Next.js apps, check out the Next.js deployment documentation.
For any inquiries or feedback regarding this portfolio, please contact Race Li at [email protected]