Skip to content

Run project with npm #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ Installation
------------
1. Clone this repository: ```git clone https://github.com/MattSkala/html5-bombergirl.git```
2. ```cd html5-bombergirl```
3. Make sure you have `bower` and `simplehttpserver` installed: ```npm install -g bower simplehttpserver```
3. Download dependencies: ```bower install```
4. Run the HTTP server: ```simplehttpserver```
5. Launch http://127.0.0.1:8000
3. Make sure you have [Node.js](https://nodejs.org/) installed
4. Run: ```npm install```
5. Run: ```npm start```
6. Launch http://127.0.0.1:8000

License
-------
Expand All @@ -30,4 +30,4 @@ Credits
[Tile Art Batch by Hyptosis](http://www.newgrounds.com/art/view/hyptosis/tile-art-batch-1)<br>
[Alternate LPC Character Sprites by George](http://opengameart.org/content/alternate-lpc-character-sprites-george)<br>
[One More LPC Alternate Character by Radomir Dopieralski](http://opengameart.org/content/one-more-lpc-alternate-character)<br>
[Explosion Sound Effect by Adrian Gallant](http://www.flashkit.com/soundfx/Cartoon/Explosions/Explosio-Adrian_G-7936)
[Explosion Sound Effect by Adrian Gallant](http://www.flashkit.com/soundfx/Cartoon/Explosions/Explosio-Adrian_G-7936)
Loading