This project is my personal portfolio, deployed with GitHub Pages.
Follow these steps to set up the development environment:
-
Clone the repository:
git clone https://github.com/Anifyuli/Anifyuli.github.io cd Anifyuli.github.io
-
Install dependencies: Make sure you have Node.js and npm or pnpm installed.
npm install # or pnpm install
-
Run the development server:
npm run dev # or pnpm dev
The application will be available at
http://localhost:5173
by default. -
Build for production:
npm run build # or pnpm build
The build output will be in the
dist
folder. -
Preview the production build:
npm run preview # or pnpm preview