Skip to content

vist-service/vist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vist Build Status

Open-source web client for GitHub Gist, made with Vue.

Development

API

First, you need to run Vist API locally for logining with GitHub.

# you need `rolling` installed first
$ npm install -g rolling

$ git clone https://github.com/vist-service/api.git vist-api
$ cd vist-api
$ npm install

# rename .env-sample to .env
# register a github oauth application
# or ask me for one
# then update .env it with your app id and secret

$ npm run dev

API server is only needed when you wanna login with GitHub.

Client (This repo)

# you need `vbuild` installed first
$ npm install -g vbuild

$ git clone https://github.com/vist-service/vist.git
$ cd vist
$ npm run dev

Publish

We use CircleCI and Surge.sh to publish website.

License

MIT © EGOIST

About

GitHub Gist web client made with Vue.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors