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 devThe application will be available at
http://localhost:5173by default. -
Build for production:
npm run build # or pnpm buildThe build output will be in the
distfolder. -
Preview the production build:
npm run preview # or pnpm preview