Bloom 🌺
Bloom is a completely free and open source Call for Proposal (CFP) management tool that allows users to create and manage their CFPs for various events. Event organisers can use it for their events to review, accept and reject CFPs. They can also invite reviewers to review CFPs. This is the frontend repository for Bloom.
Contribute
Pre-requisites
- Nodejs
- NPM
Install both of them using:
npm install -g npm
Setup guidelines
-
Fork the project
-
Clone your forked repo
-
Install the dependencies
npm i
-
In .env file, replace the value of
REACT_APP_ENTER_BACKEND_IP
with your IP value. Eg, if you're running your application onlocalhost: 3000
, then enter the following value in .env file.REACT_APP_ENTER_BACKEND_IP=http://127.0.0.1:3000
-
Refer .env.example file to see which environment variables values you need to update.
-
Start the server
npm run start