Skip to content

Commit

Permalink
local karma instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
stared committed Dec 24, 2021
1 parent 9f010b4 commit 35d44dc
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ It's open for collaboration - from level creation, through interface (re)design

After installing Node.js and jspm.io, and cloning this repository:

First, install global packages:
```bash
npm install --global karma-cli
```

Then install local packages.
```bash
npm install
Expand All @@ -48,7 +43,7 @@ Start local HTTP server in the quantum game directory (e.g. by [http-server](htt
## Running tests

```bash
karma start
./node_modules/.bin/karma start
```

# Production version
Expand Down

0 comments on commit 35d44dc

Please sign in to comment.