You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/CONTRIBUTING.md
+10-2
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,15 @@ To test the SSR mode, first run the build, and then start the SSR server:
56
56
57
57
```sh
58
58
npm run build
59
-
npm run ssr:serve
59
+
php artisan inertia:start-ssr
60
+
```
61
+
62
+
## Testing
63
+
64
+
Inertia.js uses [Playwright](https://playwright.dev/) for testing. To run the tests, use the following command:
65
+
66
+
```sh
67
+
cd tests && npx playwright test
60
68
```
61
69
62
70
## Publishing
@@ -66,5 +74,5 @@ This section is really for the benefit of the core maintainers.
66
74
1. Increment the version numbers in the `package.json` file for each package, making sure to also update the adapter dependencies on `@inertiajs/core`.
67
75
2. Run `npm install` to update the top-level `package-lock.json` file.
68
76
3. Update `CHANGELOG.md`.
69
-
4. Run `npm publish` for each package. This will automatically run the necessary build step. When publishing beta releases, make sure to run `npm publish --tag=beta`.
77
+
4. Run `npm publish` for each package. This will automatically run the necessary build step. When publishing beta releases, make sure to run `npm publish --tag=beta` or `npm publish --tag=next` if it's `next`.
70
78
5. Add release notes to [GitHub](https://github.com/inertiajs/inertia/releases).
Copy file name to clipboardexpand all lines: README.md
+2-4
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,12 @@ Inertia.js lets you quickly build modern single-page React, Vue and Svelte apps
6
6
7
7
If you're interested in contributing to Inertia.js, please read our [contributing guide](https://github.com/inertiajs/inertia/blob/master/.github/CONTRIBUTING.md).
8
8
9
-
## Sponsors
9
+
## Partners
10
10
11
-
A huge thanks to all [our sponsors](https://inertiajs.com/sponsors) who help push Inertia.js development forward! In particular, we'd like to say a special thank you to our partners:
11
+
A huge thanks to [Laravel Forge](https://forge.laravel.com/) for sponsoring the project.
0 commit comments