Skip to content

Commit

Permalink
Tweaks readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tonysm committed Nov 27, 2023
1 parent aef7ccf commit cbc273d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
12 changes: 12 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ Contributions are **welcome** and will be fully **credited**.

Please read and understand the contribution guide before creating an issue or pull request.

## Workbench

We're using [Workbench](https://github.com/orchestral/workbench), so we have a companion Laravel app for local development of the package living in the [workbench/](./workbench/) at the root level.

You may run the Workbench app like this:

```bash
composer serve
```

After that, the app should be available at [http://localhost:8000](http://localhost:8000).

## Etiquette

This project is open source, and as such, the maintainers give their free time to build and maintain the source code
Expand Down
12 changes: 1 addition & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This package was inspired by the [Turbo Rails gem](https://github.com/hotwired/t

#### Bootcamp

If you want a more hands-on introduction, head out to [Bootcamp](https://bootcamp.turbo-laravel.com). It covers building a multi-platform app in Turbo.
If you want a more hands-on introduction, head out to [Bootcamp](https://turbo-laravel.com/guides). It covers building a multi-platform app in Turbo.

## Official Documentation

Expand All @@ -31,16 +31,6 @@ Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed re

### Contributing

We're using [Workbench](https://github.com/orchestral/workbench), so we have a companion Laravel app for local development of the package living in the [workbench/](./workbench/) at the root level.

You may run the Workbench app like this:

```bash
composer serve
```

After that, the app should be available at [http://localhost:8000](http://localhost:8000).

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

### Security Vulnerabilities
Expand Down

0 comments on commit cbc273d

Please sign in to comment.