Skip to content
This repository has been archived by the owner on Dec 21, 2024. It is now read-only.

Commit

Permalink
chore: update html5 tutorial to use packages
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFlurry committed Oct 2, 2024
1 parent 368ea52 commit d8547b0
Show file tree
Hide file tree
Showing 41 changed files with 3,891 additions and 1,245 deletions.
1 change: 0 additions & 1 deletion examples/html5/.dockerignore

This file was deleted.

2 changes: 1 addition & 1 deletion examples/html5/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sdk/
**/node_modules
2 changes: 1 addition & 1 deletion examples/html5/.rivet/settings.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"game_server": {"deploy": {"dockerfile_path": "game_server.Dockerfile"}}}
{"game_server": {"deploy": {"dockerfile_path": "server/Dockerfile"}}}
23 changes: 2 additions & 21 deletions examples/html5/README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,6 @@
# Sandbox

## Running Locally
## Quickstart Tutorial

```sh
./scripts/run_local.sh
```

Visit http://localhost:8080

## Running Remotely

```sh
./scripts/deploy.sh
./scripts/run_remote.sh
```

Visit http://localhost:8080

## Updating SDK

```sh
./scripts/gen_sdk.ts
```
View the documentation [here](https://rivet.gg/docs/html5/tutorials/quickstart).

20 changes: 0 additions & 20 deletions examples/html5/deno.json

This file was deleted.

1,044 changes: 0 additions & 1,044 deletions examples/html5/deno.lock

This file was deleted.

15 changes: 0 additions & 15 deletions examples/html5/game_server.Dockerfile

This file was deleted.

21 changes: 0 additions & 21 deletions examples/html5/game_server/package.json

This file was deleted.

Loading

0 comments on commit d8547b0

Please sign in to comment.