Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
no1mann committed Nov 26, 2024
1 parent e6a7f4c commit a7cac38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Jingle Jam Tracker #
The API and Web UI powering the official [Jingle Jam Tracker](https://www.jinglejam.co.uk/tracker). The API endpoints are accessable at `https://dashboard.jinglejam.co.uk/`.
The API and Web UI powering the official [Jingle Jam Tracker](https://www.jinglejam.co.uk/tracker). The API endpoints are accessible at `https://dashboard.jinglejam.co.uk/`

## API Endpoints

Expand Down Expand Up @@ -48,7 +48,7 @@ The Jingle Jam Tracker is dependent on 2 services, the Caching service and the W

1. Install and Configure [Wrangler](https://developers.cloudflare.com/workers/wrangler/)
- If you're using Visual Studio Code, also install the extension [F5 Anything](https://marketplace.visualstudio.com/items?itemName=discretegames.f5anything) to help run the launch configurations to populate the KV's

2. Run the `Add Local KV's` configuration to setup the static Cloudflare KV values (causes, historic data, etc.)
- If you're not using Visual Studio Code, run the commands in the `launch.json` manually to setup the KV bindings

Expand Down

0 comments on commit a7cac38

Please sign in to comment.