hikerherd helps you plan your adventures and organize your gear while reducing the weight of your pack.
⚠ This project is no longer maintained. ⚠
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.
Documentation for the setup, development and deployment of hikerherd is a work in progress, but the following should be enough to get started:
- Set up local or remote postgres databases for development and testing.
- Set up your environment variables by following the instructions in
.env.example
. yarn install
to install dependenciesyarn dev
to run the development serveryarn test
to run tests, oryarn cypress:dev
to run cypress tests