Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ivopc committed Jan 13, 2024
1 parent 289459a commit 7cc82b9
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Expand Up @@ -10,23 +10,22 @@ It is provided as `Phaser.GameObjects.Sprite`, `Phaser.Physics.Arcade.Sprite` an
``` bash
# install dependencies
npm i
or
# or
yarn

# start
npm run dev
or
# or
yarn dev

# build
npm run build
or
# or
yarn build


# generate characters spritesheet json map
npm run generate-spritesheet-map
or
# or
yarn generate-spritesheet-map
```

Expand Down

0 comments on commit 7cc82b9

Please sign in to comment.