My simple and minimalist portfolio
To install and set up the project locally, follow these steps:
- Clone the repository:
git clone https://github.com/yezarniko/yezarniko.github.io.git - Change to the project directory:
cd yezarniko.github.io - Install dependencies:
npm install
To run the project locally, you can use the following scripts:
-
npm run dev: Starts the development server with Vite. -
npm run build: Builds the project for production. -
npm run preview: Previews the production build locally.
The project has the following runtime dependencies:
react: ^18.2.0react-dom: ^18.2.0
The project has the following development dependencies:
@types/react: ^18.0.28@types/react-dom: ^18.0.11@vitejs/plugin-react: ^3.1.0axios: ^1.3.5gh-pages: ^5.0.0sass: ^1.60.0vite: ^4.2.0vite-jsconfig-paths: ^2.0.1