Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 904 Bytes

CONTRIBUTING.md

File metadata and controls

30 lines (22 loc) · 904 Bytes

Contributing

Setting up your workspace

  1. Ensure you have the following installed:

    • Node.JS v16
    • Node Package Manager v8
    • Firebase CLI
  2. Clone the repo

    > git clone https://github.com/SpiritSeal/bubblemap.git
    > cd bubblemap
    

    or

    Open in Visual Studio Code

  3. Install dependencies

    > npm i
    
  4. Start the React development server, Typescript compiler, and Firebase Emulators.

    > npm start
    
  5. Open http://localhost:3000 (React development server) and http://localhost:4000 (Emulator UI) in your browser. It will automatically reload if you change any of the source files.