Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

Commit 0d3e430

Browse files
authored
Update README.md
1 parent a31dcbc commit 0d3e430

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

README.md

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
1-
> [!NOTE]
2-
> 👉 We've also built [Jumpstart Pro](https://jumpstartrails.com) which is a version of Jumpstart that includes payments with Stripe & Braintree, team accounts, TailwindCSS, and much more.
1+
> [!IMPORTANT]
2+
> 👉 This has evolved into [Jumpstart Pro](https://jumpstartrails.com), a Rails template that includes payments, team accounts, TailwindCSS, APIs, Hotwire Native, and much, much more.
3+
> Check it out at https://jumpstartrails.com
34
4-
# Jumpstart Rails Template
5+
# GoRails App Template
56

6-
All your Rails apps should start off with a bunch of great defaults. It's like Laravel Spark, for Rails.
7-
8-
Want to see how it works? Check out [the Jumpstart walkthrough video](https://www.youtube.com/watch?v=ssOZpISfIfI):
9-
10-
[![Jumpstart Ruby on Rails Template Walkthrough](https://i.imgur.com/pZDPbc7l.png)](https://www.youtube.com/watch?v=ssOZpISfIfI)
11-
12-
## Getting Started
13-
14-
Jumpstart is a Rails template, so you pass it in as an option when creating a new app.
7+
This is a Rails template, so you pass it in as an option when creating a new app.
158

169
#### Requirements
1710

@@ -29,7 +22,7 @@ You'll need the following installed to run the template successfully:
2922
#### Creating a new app
3023

3124
```bash
32-
rails new myapp -d postgresql -m https://raw.githubusercontent.com/excid3/jumpstart/master/template.rb
25+
rails new myapp -d postgresql -m https://raw.githubusercontent.com/excid3/gorails-app-template/master/template.rb
3326
```
3427

3528
Or if you have downloaded this repo, you can reference template.rb locally:

0 commit comments

Comments
 (0)