/isitdry

Crowd-sourced website to determine if somewhere is dry enough to climb.

Primary LanguageDockerfileGNU General Public License v3.0GPL-3.0

isitdry

A crowd-sourced website to determine if it's dry enough to climb.

Getting Started

Install locally and run tests:

make install

make test

To run the API:

make run

Deployment

Hosting is done via fly.io. Deploy by:

# Omit the flag to build using your local docker engine
flyctl deploy --remote-only

# Open the app in your browser
flyctl open