Design comparison
SolutionDesign
Solution retrospective
What specific areas of your project would you like help with?
Easier ways of writing the grid, especially in tailwind. I feel like I'm writing alot of code somtimes, maybe that's okay.
Community feedback
- @johnnygerardPosted 4 months ago
Hi James,
To avoid committing the
node_modules
folder in your Git repository, add an entry to your.gitignore
file:/node_modules/
When anyone clones your repo, they can reinstall npm packages with
npm install
ornpm ci
.Marked as helpful0@jamesbrown173Posted 4 months ago@johnnygerard Thanks Johnny, I'll definitely do that in my next project!
1
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord