Manage Contributions and Interests. Based on Firebase.
Make sure you have the following commands installed:
brew install node
After cloning the repository, install all dependencies:
npm install
Run the following command to start the server on localhost:
npm start
To build the application, run the following command:
npm run build