Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
leomorpho committed Sep 10, 2024
1 parent addb866 commit 705b5a6
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,35 @@

### A Go + HTMX boilerplate with all the essentials for your SaaS, AI tools, or web apps. Start earning online quickly without the hassle.

🎯 **The goal of this project** is to build the most comprehensive Go-centric OSS starter boilerplate to ship projects fast.

<!-- [![Go Report Card](https://goreportcard.com/badge/github.com/mikestefanello/pagoda)](https://goreportcard.com/report/github.com/mikestefanello/pagoda) -->
[![Test](https://github.com/mikestefanello/pagoda/actions/workflows/test.yml/badge.svg)](https://github.com/mikestefanello/pagoda/actions/workflows/test.yml)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)


<p align="center"><img alt="Logo" src="https://goship-static.s3.us-west-002.backblazeb2.com/assets/goship.png" height="200px"/></p>

https://www.youtube.com/watch?v=Mnti8f-4bp0
<p align="center">
<a href="http://www.youtube.com/watch?feature=player_embedded&v=Mnti8f-4bp0
" target="_blank"><img src="https://goship-static.s3.us-west-002.backblazeb2.com/assets/git-repo-video-overview-frame.jpg"
alt="Rapid walktrough of project" style="max-width: 100%; height: auto; border: 10px;" /></a>
</p>

<p style="text-align:center;">Check out the video above for a rapid walkthrough of the project!</p>

This started as a fork of [pagoda](https://github.com/mikestefanello/pagoda), for which I am super grateful! Big shoutout to Mike Stefanello and the maintainers!
This started as a fork of [pagoda](https://github.com/mikestefanello/pagoda), for which I am super grateful! Big shoutout to Mike Stefanello and team!
<p align="center"><img alt="Logo" src="https://user-images.githubusercontent.com/552328/147838644-0efac538-a97e-4a46-86a0-41e3abdf9f20.png" height="100px"/></p>

NOTE: the below docs are mostly for Pagoda, and some sections may not apply to ShipFast. This is being actively fixed. Thanks for your patience!

To get up and running with GoShip:
```bash
make up
make seed
make watch
```

NOTE: the below docs are mostly for Pagoda, and some sections may not apply to GoShip. This is being actively fixed. Thanks for your patience!

## Table of Contents
- [Pagoda: Rapid, easy full-stack web development starter kit in Go](#pagoda-rapid-easy-full-stack-web-development-starter-kit-in-go)
Expand Down

0 comments on commit 705b5a6

Please sign in to comment.