hikerherd
                                
                                
                                
                                    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.

⚠ 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:
- Set up local or remote postgres databases for development and testing.
 - Set up your environment variables by following the instructions in 
.env.example. yarn installto install dependenciesyarn devto run the development serveryarn testto run tests, oryarn cypress:devto run cypress tests