Thank you for your interest in contributing to the Hivemind codebase! Please follow the steps below to set up your local development environment.
- Follow the installation guide to set up all pre-requisites (including this codebase) on your dev machine.
- Run the app in dev mode using
yarn dev
to enable hot deploy, extensive on-screen error stacktraces and a lot more. - Your app should now be running on http://localhost:3000.
In leiu of a formal style guide, just stick to the coding and formatting styles already in use in the project.