Welcome devs to the Beantown Baby Diaper Bank! This project is a JumboCode project to add new functionality to beantownbabydiaperbank.org. Built with Mantine and Tailwind, this page is here to help you get started, find resources, and contribute. We're excited to have you on the team!
If you don't have Node.js installed, download it from nodejs.org.
git clone https://github.com/JumboCode/beantown-baby-diaper-bank.git — clones the project repository to your computercd beantown-baby-diaper-bank — changes into the project directorynpm install — installs all project dependenciesnpm run dev — starts the development server so you can view the app locallyRun the following commands in your terminal:npm run dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.
This project uses Next.js for routing, server-side rendering, and more. Learn more in the Next.js documentation.
src/app — routes & layouts
src/components — shared UI components
public/ — assets
If you encounter any further setup issues, be sure to reach out to Cooper or Dilanur. We encourage you to try to work the onboarding ticket yourself using the documentation we provided for Mantine and Tailwind, but if you are stuck reach out to Cooper or Dilanur.