KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
fellipe.com
★ 11
Open GitHub ↗
:rocket: personal website
Download README (.md)
Explore Similar Repositories
debugmail
:
SMTP testing server
winston-dynamodb
:
DynamoDB Transport for Winston
talk-oss-zero-to-sixty
:
Running OSS Projects: From Zero to Sixty
dropwizard-authorization
:
Authorization extension for Dropwizard framework
winston-fluent
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
fellipe.com
?
Download (.md)
## 🚀 My Personal Page using Next.js [](https://davidsonfellipe.mit-license.org/) 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](https://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: 1. Clone the repository: `git clone https://github.com/davidsonfellipe/fellipe.com.git` 2. Navigate to the project folder: `cd fellipe.com` 3. Install dependencies: `pnpm install` (Make sure you have Node.js and pnpm installed) 4. Start the development server: `pnpm dev` 5. Open your preferred browser and go to [localhost:3000](http://localhost:3000) ## 📖 License This code is licensed under the [MIT License](https://davidsonfellipe.mit-license.org). ## 🤝 Contribution Feel free to reach out if you have any questions or feedback. Happy coding! 😊