Added refrences to pogo-vue

This commit is contained in:
gmemstr 2018-01-12 08:56:51 -08:00
parent a4b65363b5
commit 6d1cadaac5
2 changed files with 4 additions and 2 deletions

View file

@ -19,7 +19,7 @@ godep restore
Then make your changes. If you use Sublime Text 3, please check out [our snippets](https://gist.github.com/gmemstr/60831109f0ae6c40861c1751a367524e) to add some shortcuts to make your life easier. Then make your changes. If you use Sublime Text 3, please check out [our snippets](https://gist.github.com/gmemstr/60831109f0ae6c40861c1751a367524e) to add some shortcuts to make your life easier.
The platform is divided into two main parts: The main Go app, which does everything from generating RSS to serving up webpages, and the Vue.js app portion, which currently handles the admin interface but will be implemented into the main frontend as well. The platform is divided into two main parts: The main Go app, which does everything from generating RSS to serving up webpages, and the "DeV" web interface, which implements a basic frontend for testing - if you want to contribute to the frontend, check out [gmemstr/pogo-vue](https://github.com/gmemstr/pogo-vue).
Once you've made your changes, please make sure the app can build Once you've made your changes, please make sure the app can build
@ -27,4 +27,4 @@ Once you've made your changes, please make sure the app can build
go build go build
``` ```
Once you've verified your addition works, push to your repository and [create a pull request](https://github.com/gmemstr/pogo/compare). During the review your PR will also pass through our TravisCI testing as well. Once you've verified your addition works, push to your repository and [create a pull request](https://github.com/gmemstr/pogo/compare). During the review your PR will also pass through our TravisCI testing.

View file

@ -53,6 +53,8 @@ go build
./pogo ./pogo
``` ```
[Looking for the web frontend?](https://github.com/gmemstr/pogo-vue).
## Credits ## Credits
Pogo depends on several other open source projects to function. Pogo depends on several other open source projects to function.