Skip to content

Commit

Permalink
fix: remove blank testbed until needed and correct readme steps (#17)
Browse files Browse the repository at this point in the history
* fix: remove blank testbed until needed and correct readme steps

* Update README.md
  • Loading branch information
andiwils authored and GitHub Enterprise committed Aug 18, 2021
1 parent ad42e8b commit e31de4f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ module.exports = {
'import/resolver': {
node: {
extensions: ['.js', '.ts'],
paths: ['src', 'testbed'],
paths: ['src'],
},
},
},
Expand Down
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@

Handles the WebRTC core functionality.

## Development:
## Developement

1. Run `yarn install`
1. Run `yarn dev:bootstrap`
1. Run `yarn dev`
1. Open http://localhost:3000/
1. `yarn`
1. `yarn watch`

## Usage

Expand Down
8 changes: 0 additions & 8 deletions testbed/index.html

This file was deleted.

Empty file removed testbed/index.js
Empty file.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@
"forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */
},
"include": ["src/**/*.ts"],
"exclude": ["node_modules/**", "testbed/**"]
"exclude": ["node_modules/**"]
}

0 comments on commit e31de4f

Please sign in to comment.