- change favicon.ico and metadata in layout.js to your own preference.
- change line 3 in next.config.js to your repo name after the slash (see comments in file)
- add your jsx to page.js
- run
npm install
in the root folder - run
npm run dev
to start local development server (to view your page go to http://localhost:3000/[insert repo name you set in step 2 here]) - to build/deploy your site to github pages do
npm run build
and commit and sync changes with git, wait a bit till github processes the website (you can look for the progress in the "actions" tab on your repo) - That's it!