Skip to content
This repository was archived by the owner on Aug 8, 2025. It is now read-only.

Commit d4c8891

Browse files
docs: Update README.md
1 parent bafd680 commit d4c8891

File tree

1 file changed

+1
-30
lines changed

1 file changed

+1
-30
lines changed

README.md

Lines changed: 1 addition & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1 @@
1-
<p align="center">
2-
<img width="200" src="https://open-wc.org/hero.png"></img>
3-
</p>
4-
5-
## Open-wc Starter App
6-
7-
[![Built with open-wc recommendations](https://img.shields.io/badge/built%20with-open--wc-blue.svg)](https://github.com/open-wc)
8-
9-
## Quickstart
10-
11-
To get started:
12-
13-
```sh
14-
npm init @open-wc
15-
# requires node 10 & npm 6 or higher
16-
```
17-
18-
## Scripts
19-
20-
- `start` runs your app for development, reloading on file changes
21-
- `start:build` runs your app after it has been built using the build command
22-
- `build` builds your app and outputs it in your `dist` directory
23-
- `test` runs your test suite with Web Test Runner
24-
- `lint` runs the linter for your project
25-
26-
## Tooling configs
27-
28-
For most of the tools, the configuration is in the `package.json` to reduce the amount of files in your project.
29-
30-
If you customize the configuration a lot, you can consider moving them to individual files.
1+
Further development is on https://github.com/openscd/oscd-template-generator

0 commit comments

Comments
 (0)