Skip to content

DocRace/raceli-site

Repository files navigation

Race Li's Portfolio

The publicly accessible address of this deployed website is https://raceli.art

Website Preview

Website Preview 1 Website Preview 2 Website Preview 3 Website Preview 4 Website Preview 5 Website Preview 6

This is a personal portfolio website for Race Li, built with Next.js and bootstrapped with create-next-app.

Project Overview

This portfolio showcases Race Li's work, skills, and experiences. It's designed to be responsive and accessible across various devices and platforms.

Technologies Used

  • 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

Getting Started

To run this project locally:

  1. Clone the repository
  2. Install dependencies:
    npm install
    # or
    yarn install
    # or
    pnpm install
  3. Run the development server:
    npm run dev
    # or
    yarn dev
    # or
    pnpm dev
  4. Open http://localhost:3000 with your browser to see the result.

Project Structure

  • src/app/ - Contains the main application code
  • src/components/ - Reusable React components
  • public/ - Static assets including favicons
  • public/favicon/ - Favicon files for various platforms

Customization

  • 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

Learn More

To learn more about the technologies used in this project:

Deployment

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.

Contact

For any inquiries or feedback regarding this portfolio, please contact Race Li at [email protected]

About

Race Li's personal website, you can visit at https://raceli.art

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published