This portfolio project showcases my skills, experiences, and accomplishments as a developer. It includes sections for my work experience, personal projects, and awards, all designed with a responsive and modern user interface.
- My Portfolio
- Getting Started
- Installation
- Run the Development Server
- Learn More
- Deploy on Netlify
- License
- Acknowledgments
To get started with this project, first, clone the repository and navigate to the project directory:
git clone https://github.com/lancedalanon/my-portfolio.git
cd my-portfolio
Make sure you have Node.js installed. You can download it from nodejs.org.
Install the necessary dependencies:
npm install
# or
yarn install
# or
pnpm install
Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 in your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - Learn about Next.js features and API.
- Learn Next.js - An interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
Since this is a frontend-only application, you can easily deploy it on Netlify. Follow these steps:
- Create a Netlify account if you don't have one.
- Link your GitHub repository or drag and drop your project folder into the Netlify dashboard.
- Configure build settings:
- Build Command:
npm run build
- Publish Directory:
.next
- Build Command:
- Click Deploy Site and wait for the deployment to complete.
- Once deployed, you'll receive a live URL for your portfolio!
For more detailed deployment instructions, visit the Netlify Documentation.
This project is licensed under the MIT License - see the LICENSE.md file for details.
This portfolio project makes use of:
- Tailwind CSS for styling.
- Framer Motion for animations.
For any questions or feedback, feel free to reach out:
- Email: [email protected]
- GitHub: lancedalanon