Web Page   |   Built With   |   About   |   How to Use   |   How to Contribute   |   Author
I've made this project to learn how to deal with NextJS, the new Image component of the v10 and the most interesting thing, in my opinion, SSG. Static site generators (SSG) apply data and content to templates, and generate a view of a page which can be served to the visitors of a site.
The greatest difference between a static site generator and a traditional web application stack, is that instead of waiting until a page is requested and then generating its view on demand each time, a static site generator does this in advance so that the view is ready to serve ahead of time. And it does so for every possible view of a site at build time.
In this project you can create your own Github Profile Page with the main informations and share it with your friends or put it on your resumè.
Read more about SSG in: What is a Static Site Generator? And 3 ways to find the best one.
You can use the App in this site: https://github-profiles-next-app.vercel.app/
- Clone the project:
git clone https://github.com/Lukazovic/github-profiles-next-app.git
; - Go to the project folder:
cd github-profiles-next-app
; - Download the dependencies:
yarn
; - Start the application:
yarn dev
.
It will open a browser page (if it doesn't, go to http://localhost:3000).
- Fork this repository;
- Create your branch with your feature:
git checkout -b my-feature
; - Commit your feature:
git commit -m 'feat: My new feature'
; - Push to your branch:
git push origin my-feature
.
Then merge your pull request, you can now delete your branch
Lucas Vieira |