Skip to content

Commit

Permalink
Merge 25ac52f into bd1efae
Browse files Browse the repository at this point in the history
  • Loading branch information
brkalow authored Apr 12, 2023
2 parents bd1efae + 25ac52f commit 6709eb4
Show file tree
Hide file tree
Showing 155 changed files with 15,517 additions and 22,630 deletions.
6 changes: 6 additions & 0 deletions .changeset/rude-hotels-dress.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'swingset': minor
'swingset-theme-hashicorp': minor
---

New swingset!
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,10 @@ node_modules
.next
.yalc
yalc.lock
.vscode

# Turbo
*/**/.turbo

# Vercel
.vercel
25 changes: 25 additions & 0 deletions CONTRIBUTING.md
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.
11 changes: 0 additions & 11 deletions __swingset_data.ts

This file was deleted.

171 changes: 0 additions & 171 deletions components-loader.js

This file was deleted.

Loading

0 comments on commit 6709eb4

Please sign in to comment.