From 6d1cadaac5223b2da53557bb6ab39887f01eddc8 Mon Sep 17 00:00:00 2001 From: gmemstr Date: Fri, 12 Jan 2018 08:56:51 -0800 Subject: [PATCH] Added refrences to pogo-vue --- CONTRIBUTING.md | 4 ++-- README.md | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e585e85..8a0daeb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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. -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 @@ -27,4 +27,4 @@ Once you've made your changes, please make sure the app can 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. \ No newline at end of file +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. diff --git a/README.md b/README.md index 393e4d1..ddaee90 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,8 @@ go build ./pogo ``` +[Looking for the web frontend?](https://github.com/gmemstr/pogo-vue). + ## Credits Pogo depends on several other open source projects to function.