ShreyaPrasad1209 / bloom

Frontend repo for Bloom website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Open in Gitpod

Pre-requisites

  • Nodejs
  • NPM

Install both of them using:

npm install -g npm

Setup guidelines

  1. Fork the project

  2. Clone your forked repo

  3. Install the dependencies

  npm i
  1. In .env file, replace the value of REACT_APP_ENTER_BACKEND_IP with your IP value. Eg, if you're running your application on localhost: 3000, then enter the following value in .env file. REACT_APP_ENTER_BACKEND_IP=http://127.0.0.1:3000

  2. Refer .env.example file to see which environment variables values you need to update.

  3. Start the server

  npm run start

About

Frontend repo for Bloom website

License:MIT License


Languages

Language:TypeScript 85.7%Language:HTML 10.4%Language:CSS 1.7%Language:Dockerfile 1.7%Language:Shell 0.5%