🚀 My Personal Page using Next.js
Welcome to my personal website! This project was developed using Next.js. Feel free to explore the live version of the site at fellipe.com.
🧩 Stack
The website is built on the following technologies:
- React: JavaScript library for building interfaces, providing a component-based architecture.
- Styled-components: This CSS-in-JS library allows an integration of styles with components.
- Next.js: Framework that enables server-side rendering (SSR) and static site generation (SSG), automatic code splitting.
🛜 Hosting
The website is hosted on Vercel.
💻 Steps to Run Locally
To run the project on your local machine, follow these steps:
- Clone the repository:
git clone https://github.com/davidsonfellipe/fellipe.com.git
- Navigate to the project folder:
cd fellipe.com
- Install dependencies:
yarn
(Make sure you have Node.js and yarn installed) - Start the development server:
yarn dev
- Open your preferred browser and go to localhost:3000
📖 License
This code is licensed under the MIT License.
🤝 Contribution
Feel free to reach out if you have any questions or feedback. Happy coding! 😊