Skip to content

Commit

Permalink
feat: cleanup README
Browse files Browse the repository at this point in the history
  • Loading branch information
megheaiulian committed Apr 25, 2023
1 parent ee4f71f commit dcbd35e
Showing 1 changed file with 2 additions and 33 deletions.
35 changes: 2 additions & 33 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,37 +4,6 @@

cosmoz-omnitable column to display a tree node

## Install the Polymer-CLI
## Install

First, make sure you have the [Polymer CLI](https://www.npmjs.com/package/polymer-cli) installed. Then run `polymer serve` to serve your application locally.

## Viewing Your Application

```
$ polymer serve
```

## Building Your Application

```
$ polymer build
```

This will create a `build/` folder with `bundled/` and `unbundled/` sub-folders
containing a bundled (Vulcanized) and unbundled builds, both run through HTML,
CSS, and JS optimizers.

You can serve the built versions by giving `polymer serve` a folder to serve
from:

```
$ polymer serve build/bundled
```

## Running Tests

```
$ polymer test
```

Your application is already set up to be tested via [web-component-tester](https://github.com/Polymer/web-component-tester). Run `polymer test` to run your application's test suite locally.
To install run `npm i -P @neovici/cosmoz-omnitable-treenode-column`.

0 comments on commit dcbd35e

Please sign in to comment.