# README
Gist Client
This is a Cobra cli app which optionally serves a Svelte web app.
This app uses a Github access token to do simple CRUD on private gists.
With no access token, only public gists are available.
create token: https://github.com/settings/tokens/new
Testing
Make sure to set environment variable API_TOKEN
for testing.
# Variables
GitCommit is set during compilation.