This project assists the collection and distribution of unused and gently used baby and child equipment. Over twenty different organizations are served by this exchange.
Fork and clone the repository to your local machine.
This app requires Node.js to be installed on your machine.
Navigate to the cloned repository on your computer, open a terminal and the run command
npm install
to install the project dependencies.
Running the app requires an '.env.local' file in the root of the project folder to access the project's environment variables. You can request this file in the baby-equipment-exchange Slack channel.
Once this file is in place, you can launch the app by running the command
npm run dev
in your terminal. The app can be accessed at http://localhost:3000/.
Navigate to http://localhost:3000/join and create a new user.
The landing page should display upon successful account creation.

