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
- Host: GitHub
- URL: https://github.com/bmatcuk/climbing-wall
- Owner: bmatcuk
- License: mit
- Created: 2022-03-10T13:33:01.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-11T13:26:04.000Z (about 4 years ago)
- Last Synced: 2025-01-05T22:27:51.229Z (over 1 year ago)
- Language: TypeScript
- Size: 140 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/