Maintenance
This commit is contained in:
@@ -54,7 +54,6 @@ Clone this repository
|
||||
Install necessary modules (verified to work in node 8.x)
|
||||
`yarn install` or `npm install`
|
||||
|
||||
|
||||
### Step 3
|
||||
|
||||
Do a test lint & build on the project. You can see available scripts in the package.json
|
||||
@@ -68,7 +67,6 @@ Search the repository for all instances of "TODO" and handle the changes/suggest
|
||||
|
||||
Customize to suit your needs and contribute it back to the community
|
||||
|
||||
|
||||
## Starting a new card from boilerplate-card with [devcontainer][devcontainer]
|
||||
|
||||
Note: this is available only in vscode ensure you have the [Remote Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) extension installed.
|
||||
@@ -81,7 +79,7 @@ Note: this is available only in vscode ensure you have the [Remote Containers](h
|
||||
`resources:`
|
||||
|
||||
```yaml
|
||||
- url: "http://127.0.0.1:5000/boilerplate-card.js"
|
||||
- url: 'http://127.0.0.1:5000/boilerplate-card.js'
|
||||
type: module
|
||||
```
|
||||
|
||||
@@ -95,7 +93,9 @@ If you need a fresh test instance you can install a fresh Home Assistant instanc
|
||||
2. Home Assistant will install and will eventually be running on port `9123`
|
||||
|
||||
## [Troubleshooting](https://github.com/thomasloven/hass-config/wiki/Lovelace-Plugins)
|
||||
|
||||
NB This will not work with node 9.x if you see the following errors try installing node 8.10.0
|
||||
|
||||
```yarn install
|
||||
yarn install v1.3.2
|
||||
[1/4] 🔍 Resolving packages...
|
||||
|
||||
Reference in New Issue
Block a user