hikerherd icon indicating copy to clipboard operation
hikerherd copied to clipboard

hikerherd helps you plan your adventures and organize your gear while reducing the weight your pack

⛰️ hikerherd

hikerherd helps you plan your adventures and organize your gear while reducing the weight of your pack.

screenshots


⚠ This project is no longer maintained. ⚠


Developer quick start

Prerequisites

Documentation

hikerherd is built in TypeScript, React, and Node using BlitzJS. Blitz is a framework based on NextJS. You can read the Blitz docs to find out more.

Initial set up

Documentation for the setup, development and deployment of hikerherd is a work in progress, but the following should be enough to get started:

  1. Set up local or remote postgres databases for development and testing.
  2. Set up your environment variables by following the instructions in .env.example.
  3. yarn install to install dependencies
  4. yarn dev to run the development server
  5. yarn test to run tests, or yarn cypress:dev to run cypress tests