GitXplorerGitXplorer
m

gist-prototype

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
25267c2ddf4b8fbe9be75e278a4f8c190ac1be2a

Add axios and deployment notes

mmilesfrain committed 4 years ago
Unverified
1723cb91e71cd0d73753926c88ff54fe44fefe9a

Migrate to gh-pages

mmilesfrain committed 5 years ago
Unverified
62a23692b4d4637bf0535e68a6d5c6726c29cbc7

gist prototype

mmilesfrain committed 5 years ago

README

The README file for this repository.

A prototype to demonstrate saving editor state in the URL while also allowing saving to gist.

Quick Start

spago build
npm run serve

Note that this also requires setting-up a github OAuth app with gist permissions, and another server for keeping a private client_secret.

See the Authorizing OAuth Apps page for info on this flow.

I'm using Azure Functions to host this backend. See the azure folder for more details.

Deploy

npm run build-prod
gh-pages -d dist