Closed mkubdev closed 1 year ago
please i assign this task to me under the GSSoC 23.
Hey! I assigned you :)
hi member while I was setting up the local environment, after installing "npm install" and hitting "npm run dev" getting some error below and
I already have taken pull from main branch in my current working branch. can anyone help me
Hmmm... what is your nodejs version? Did you try it to remove node_modules
and run npm install
again?
yes i removed cache and node_modules but getting same error can you give a vows of what version of node the developers must use to avoid the error
current node version = 14.21.3 ( in local machine )
yes i removed cache and node_modules but getting same error can you give a vows of what version of node the developers must use to avoid the error
current node version = 14.21.3 ( in local machine )
Hey, I'm sorry I can't replicate it. Can you try using node >= 16
?
hello admin know the localserver is running after node version has been upgraded to 16. i think in this case we should update the readme.md file to give an addition instruction to use node version 16 or higher for development environment. please assign this task to me as well
hello admin i have fixed the bug for blurbs responsivness
for Mobile view (screen size = same)
for tablet and PC view (screen size = medium, large)
Could I raise PR ?
Detailed description
Blurbs on homepage aren't responsive with screen size:
We should add Tailwind utility classes on this section of
app/page.tsx L114
: https://github.com/WebXDAO/WebXDAO.github.io/blob/87ad6dc826b598a23ad97f208c6b986fffc2ca68/app/page.tsx#L114See more on the official documentation to learn how Responsive is managed with Tailwind.
Context
Responsiveness is very important. 💡 Users using more phones than browser!
Possible implementation
This is a possible implementation, using Tailwind utility classes:
Code of Conduct