Skip to content

Commit

Permalink
chore(dev.md): remove old instructions from dev.md (#831)
Browse files Browse the repository at this point in the history
Removed outdated instructions:
- "run setup" is no longer a command in the node package
- localhost:8000/demo no longer exists
- /site is no longer in the project's directory
  • Loading branch information
SG-SWE073 committed Mar 19, 2024
1 parent 0ed05d1 commit 11b85f2
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions doc/dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ To start developing Kaboom, first clone the github repo
$ git clone https://github.com/replit/kaboom
```

Run the `setup` command to install the dev packages
Run the `install` command to install the dev packages

```sh
$ npm run setup
$ npm run install
```

Then run the `dev` command to start the dev server
Expand All @@ -20,8 +20,6 @@ $ npm run dev

This will start a server that serves the kaboom website, and build the source files on file change.

As you're making changes to kaboom source under `src/`, go to [http://localhost:8000/demo](http://localhost:8000/demo) and edit or create demos under `demo/` to test whatever you're changing.

Also remember to run `check` to check for typescript errors and linting.

```sh
Expand All @@ -36,7 +34,6 @@ $ npm run check
- `examples/` examples
- `pkgs/` other related packages such `kaboom-create`
- `scripts/` development scripts
- `site/` kaboom website source code
- `sprites/` some examples sprites
- `src/` kaboom library source code
## Source code overview
Expand Down

0 comments on commit 11b85f2

Please sign in to comment.