update CB related URLs and add a README.md

This commit is contained in:
cleverbeagle 2017-06-13 08:28:50 -05:00
parent 3bc98bc3a6
commit 55903c8304
2 changed files with 9 additions and 1 deletions

8
README.md Normal file
View file

@ -0,0 +1,8 @@
### Pup
A boilerplate for products.
[Read the Documentation](http://cleverbeagle.com/pup)
---
Need help and want to stay accountable building your product? [Check out Clever Beagle](http://cleverbeagle.com).

View file

@ -16,7 +16,7 @@ const Index = () => (
<Button href="https://github.com/cleverbeagle/pup"><i className="fa fa-star" /> Star on GitHub</Button>
</div>
<footer>
<p>Need help and want to stay accountable building your product? <a href="https://cleverbeagle.com?utm_source=pupappindex&utm_campaign=oss">Check out Clever Beagle</a>.</p>
<p>Need help and want to stay accountable building your product? <a href="http://cleverbeagle.com?utm_source=pupappindex&utm_campaign=oss">Check out Clever Beagle</a>.</p>
</footer>
</div>
);