Bits of Good - Volunteer Management Portal
How to run:
-
Clone the repository.
-
Copy the .env file from the slack channel into the backend folder
-
Navigate to the backend folder through the terminal and run
yarn install
and then
yarn dev
This should start the backend server and connect to the MongoDB Database.
- Navigate to the frontend folder on a new terminal window and run
yarn install
and then
yarn start
A browser window should open http://localhost:3000/
IMPORTANT DEVELOPMENT INFORMATION
- Authentication is disabled when the
NODE_ENV
environment variable is set todevelopment
. You can configure this in thebackend/.env
file.