-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
155 changed files
with
15,517 additions
and
22,630 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
'swingset': minor | ||
'swingset-theme-hashicorp': minor | ||
--- | ||
|
||
New swingset! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,10 @@ node_modules | |
.next | ||
.yalc | ||
yalc.lock | ||
.vscode | ||
|
||
# Turbo | ||
*/**/.turbo | ||
|
||
# Vercel | ||
.vercel |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Developing swingset | ||
|
||
## Setup | ||
|
||
Install dependencies: | ||
|
||
```shell-session | ||
npm install | ||
``` | ||
|
||
## Running the example app | ||
|
||
First, run the `dev` task for `example-basic`'s dependencies: | ||
|
||
```shell-session | ||
npx turbo run dev --filter example-basic^... | ||
``` | ||
|
||
Once the log output stops, we can stop the above process and run all of the dev tasks: | ||
|
||
```shell-session | ||
npx turbo run dev --filter example-basic... | ||
``` | ||
|
||
Finally, visit <http://localhost:3000/swingset> in your browser. Any changes to the core `swingset` package will be rebuilt and reflect in the running example app. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.