Mendisphere is a platform that helps nonprofit mental health organisations who are struggling financially, specifically with securing grants.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
Mendisphere is a platform that helps nonprofit mental health organisations who are struggling financially, specifically with securing grants.
Instructions on setting up your project locally.
- Node, npm are installed in your machine
- Configure firebase emulators for the local development environment. Please refer to
src/services/firebase/emulator-readme.md
- If you are not using firebase emulator, please update the firebase config to bypass firebase emulator setup - refer to
src/services/firebase/firebaseConfig.ts
- Firebase app secrets stored in the root level of the project in file named:
env.development.local
Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services.
- Clone the repo
git clone https://github.com/your_username_/Project-Name.git
- Install and run firebase emulator (optional)
a. Please refer to
src/services/firebase/emulator-readme.md
for further instructions. - Install NPM packages
npm install
- Run the project locally
npm start
- If running firebase emulators, go to firestore emulator test page:
http://localhost:3000/firestore-mock
- Click on the "Upload mock data to firestore" button to add mock data to firestore emulator.
Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.
For more examples, please refer to the Documentation
WIP
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Assign yourself to an issue in the todo backlog (https://github.com/orgs/bettersg/projects/5)
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Your Name - @twitter_handle - email@email_client.com
Project Link: https://github.com/bettersg/MindBetter-Frontend