Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidsonfellipe/fellipe.com
:rocket: personal website
https://github.com/davidsonfellipe/fellipe.com
gatsby react styled-components
Last synced: 5 days ago
JSON representation
:rocket: personal website
- Host: GitHub
- URL: https://github.com/davidsonfellipe/fellipe.com
- Owner: davidsonfellipe
- Created: 2013-03-31T02:03:47.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2023-08-21T05:50:58.000Z (about 1 year ago)
- Last Synced: 2024-04-10T12:21:43.512Z (7 months ago)
- Topics: gatsby, react, styled-components
- Language: JavaScript
- Homepage: https://fellipe.com
- Size: 44.9 MB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 🚀 My Personal Page using Next.js
[![MIT license](https://img.shields.io/github/license/mashape/apistatus.svg?style=flat)](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: `yarn` (Make sure you have Node.js and yarn installed)
4. Start the development server: `yarn 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! 😊