Skip to content
This repository has been archived by the owner on Mar 5, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 630 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (8 loc) · 630 Bytes

Contributing

Thank you for your interest in contributing to the Hivemind codebase! Please follow the steps below to set up your local development environment.

Running a local instance

  1. Follow the installation guide to set up all pre-requisites (including this codebase) on your dev machine.
  2. Run the app in dev mode using yarn dev to enable hot deploy, extensive on-screen error stacktraces and a lot more.
  3. Your app should now be running on http://localhost:3000.

Style guide

In leiu of a formal style guide, just stick to the coding and formatting styles already in use in the project.