-
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhance landing page Responsiveness #151
Comments
If you like the above suggestion let me know and l like to contribute to this project : ) |
@mathanraj0601 You are welcome ;) |
That's Great! @jy95 Can you assign me so that i can start my work: ) |
I can't find the local setup instructions for project can you share the setup instructions or command to start the project locally
|
@mathanraj0601 To build the website, you can apply same logic I did for the Github actions script // Install lib 💻
npm install
// Build lib 🤖
npm run build
// Link lib 🔗
npm link
// Install website 💻
cd testsite
npm link docusaurus-json-schema-plugin --save
npm install --prefer-dedupe
npm dedupe By doing a |
Thank you @jy95 !! |
Fixes : #151 Enhance landing page Responsiveness
Can i create a new issue to add the step involved in contribution.MD to setup the application locally following the step you mentioned? |
@mathanraj0601 If you want. It might be better to put them in the readme of the testsite no ? (as people reads more readme.MD usually) https://github.com/jy95/docusaurus-json-schema-plugin/blob/main/testsite/README.md |
Yes !! @jy95 |
I have taken a long time to notice the setup to set up the application locally. It's just a suggestion If not required the setup itself is okay : ) |
@mathanraj0601 What matter is that instructions are found somewhere (in contribution.md / readme.md). |
Okay, @jy95 I will check across many projects and see how they maintain the setup and choose the appropriate area to put setup instructions then contribute : ) |
🎉 This issue has been resolved in version 1.7.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Enhance responsiveness
I found that the text and description in the card of the landing page are text-aligned left for
I think It does not suit the responsiveness of the website
I went through the code and made it text-align center below I will attach the screenshot comparing both:
Screen Width above 1200 px
From:
To;
Screen Width below 1200 px
From:
To:
Screen Width below 500px:
###From:
###To:
The text was updated successfully, but these errors were encountered: