Skip to content

Anifyuli/Anifyuli.github.io

Repository files navigation

Anifyuli GitHub Pages

Vite React daisyUI Tailwind CSS

This project is my personal portfolio, deployed with GitHub Pages.


Development Setup

Follow these steps to set up the development environment:

  1. Clone the repository:

    git clone https://github.com/Anifyuli/Anifyuli.github.io
    cd Anifyuli.github.io
  2. Install dependencies: Make sure you have Node.js and npm or pnpm installed.

    npm install
    # or
    pnpm install
  3. Run the development server:

    npm run dev
    # or
    pnpm dev

    The application will be available at http://localhost:5173 by default.

  4. Build for production:

    npm run build
    # or
    pnpm build

    The build output will be in the dist folder.

  5. Preview the production build:

    npm run preview
    # or
    pnpm preview

About

This my landing page

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published