Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 595 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 595 Bytes

BlazeHub FrontEnd React App

A platform for connecting people: A place to chat, follow interesting conversions and be a part of a growing community

https://blazehub.skyblazar.com

Find the backend repo here: https://github.com/elishaking/blazehub

Under development

Setup

  • Run the following commands to install dependencies:
yarn install
  • Create and env.local file in the project root
  • Add the following environment variables to env.local
NODE_ENV=development
  • Finally, run this command in the project root to launch the project:
yarn start