This is the portfolio website of Gabriel Clemente, a Full-Stack JavaScript/TypeScript Software Engineer. The site showcases projects, skills, and experience, and provides a way to contact Gabriel.
These instructions will help you set up and run the project on your local machine for development and testing purposes.
- Node.js (v14 or later)
- npm (v6 or later) or yarn
- Clone the repository:
git clone https://github.com/your-username/gabriel-clemente-portfolio.git
- Navigate to the project directory:
cd gabriel-clemente-portfolio - Install the dependencies:
or
npm install
yarn install
To run the application in development mode, use the following command:
npm run devor
yarn devThe application will be available at http://localhost:3000.
dev: Runs the application in development mode.build: Builds the application for production.start: Starts the production build.lint: Lints the codebase using ESLint.format: Formats the codebase using Prettier.lint:fix: Lints and fixes issues in the codebase using ESLint.
@emailjs/browser: ^4.3.3@react-three/drei: ^9.105.6@react-three/fiber: ^8.16.6autoprefixer: ^10.4.19framer-motion: ^11.2.4next: ^14.2.3postcss: ^8.4.38prettier: ^3.2.5react: ^18.3.1react-dom: ^18.3.1tailwindcss: ^3.4.3three: ^0.164.1
eslint: ^8.57.0eslint-config-next: 14.1.0
This project is licensed under the MIT License.