An open API service indexing awesome lists of open source software.

https://github.com/bmatcuk/climbing-wall

A route-tracking app for The Climbing Wall
https://github.com/bmatcuk/climbing-wall

Last synced: 2 months ago
JSON representation

A route-tracking app for The Climbing Wall

Awesome Lists containing this project

README

          

# climbing-wall
A route-tracking app for [The Climbing Wall]

## Running
You'll need a [postgres] database v9.4+ and you'll need to get [postgrest]
running. See the `db` directory for instructions. Update the `.env` file (or
create a `.env.local` file) with the IP:port of postgrest.

```bash
yarn run start
```

## Building
Create a `.env.production.local` file with the path to the postgrest api on the
production server. NOTE: url _must_ end in a slash! Then run:

```bash
rm -drf dist && yarn run build
```

[The Climbing Wall]: https://www.theclimbingwall.net/
[postgres]: https://www.postgresql.org/
[postgrest]: https://postgrest.org/