MunGell / awesome-for-beginners

A list of awesome beginners-friendly projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Try to make github pages for better display of data

qqqzhch opened this issue · comments

Try to make github pages for better display of data
I created a branch, using next and tailwincss, to display the data in data.json
https://qqqzhch.github.io/awesome-for-beginners/
I'm prepare to submit a pr, which is still being modified and debugged
But the pr does not want to commit to the mian branch because there is too much irrelevant code.
https://github.com/qqqzhch/awesome-for-beginners/tree/githubpages
How should I operate better?

It seems like you are trying to create a GitHub Pages site to display data from a data.json file using a separate branch (githubpages) with Next.js and Tailwind CSS, but you're facing issues with committing the changes to the main branch due to unrelated code