You've already forked golang-saas-starter-kit
mirror of
https://github.com/raseels-repos/golang-saas-starter-kit.git
synced 2025-08-06 22:32:51 +02:00
Update README.md
This commit is contained in:
48
README.md
48
README.md
@ -28,7 +28,10 @@ https://docs.google.com/presentation/d/1WGYqMZ-YUOaNxlZBfU4srpN8i86MU0ppWWSBb3pk
|
||||
|
||||
<!-- toc -->
|
||||
|
||||
- [Join Us on Gopher Slack](#join-us-on-gopher-slack)
|
||||
- [Join our Email List](#join-our-email-list)
|
||||
- [Motivation](#motivation)
|
||||
- [Contributions](#contributions)
|
||||
- [Description](#description)
|
||||
* [Example project](#example-project)
|
||||
- [Local Installation](#local-installation)
|
||||
@ -52,13 +55,26 @@ https://docs.google.com/presentation/d/1WGYqMZ-YUOaNxlZBfU4srpN8i86MU0ppWWSBb3pk
|
||||
- [Deployment](#deployment)
|
||||
- [Development Notes](#development-notes)
|
||||
- [What's Next](#whats-next)
|
||||
- [Join us on Gopher Slack](#join-us-on-gopher-slack)
|
||||
- [License](#license)
|
||||
|
||||
<!-- tocstop -->
|
||||
|
||||
|
||||
|
||||
## Join Us on Gopher Slack
|
||||
|
||||
If you are having problems installing, troubles getting the project running or would like to contribute, join the
|
||||
channel #saas-starter-kit on [Gopher Slack](http://invite.slack.golangbridge.org/)
|
||||
|
||||
|
||||
## Join our Email List
|
||||
|
||||
Hate emails? I do too. But if want to keep updated on important updates and releases,
|
||||
you should subscribe to our email list on the [SaaS Startup Kit website](https://saasstartupkit.com/).
|
||||
We will only email when it is really really important. Other than that, you won't recieve
|
||||
any email from us.
|
||||
|
||||
|
||||
## Motivation
|
||||
|
||||
When getting started building SaaS, we believe that is important for both the frontend web experience and the backend
|
||||
@ -96,6 +112,17 @@ facilitate exposing metrics, logs and request tracing to obverse and validate yo
|
||||
for your clients (hopefully paying clients).
|
||||
|
||||
|
||||
## Contributions
|
||||
|
||||
We :heart: contributions.
|
||||
|
||||
Have you had a good experience with SaaS Startup Kit? Why not share some love and contribute code?
|
||||
|
||||
Thank you to all those that have contributed to this project and are using it in their projects. You can find a
|
||||
CONTRIBUTORS file where we keep a list of contributors to the project. If you contribute a PR please consider adding
|
||||
your name there.
|
||||
|
||||
|
||||
## Description
|
||||
|
||||
The example project is a complete startup kit for building SasS with GoLang. It provides two example services:
|
||||
@ -685,25 +712,6 @@ documentation or just send us your feedback and suggestions :wink:
|
||||
|
||||
|
||||
|
||||
## Contributions
|
||||
|
||||
We :heart: contributions.
|
||||
|
||||
Have you had a good experience with SaaS Startup Kit? Why not share some love and contribute code?
|
||||
|
||||
Thank you to all those that have contributed to this project and are using it in their projects. You can find a
|
||||
CONTRIBUTORS file where we keep a list of contributors to the project. If you contribute a PR please consider adding
|
||||
your name there.
|
||||
|
||||
|
||||
|
||||
## Join us on Gopher Slack
|
||||
|
||||
If you are having problems installing, troubles getting the project running or would like to contribute, join the
|
||||
channel #saas-starter-kit on [Gopher Slack](http://invite.slack.golangbridge.org/)
|
||||
|
||||
|
||||
|
||||
## License
|
||||
|
||||
Please read the [LICENSE](./LICENSE) file here.
|
||||
|
Reference in New Issue
Block a user