https://github.com/jadjoubran/www-webdash
Source for Webdash website
https://github.com/jadjoubran/www-webdash
Last synced: 7 months ago
JSON representation
Source for Webdash website
- Host: GitHub
- URL: https://github.com/jadjoubran/www-webdash
- Owner: jadjoubran
- Created: 2018-03-09T08:01:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-25T09:21:16.000Z (10 months ago)
- Last Synced: 2025-01-22T10:33:09.711Z (9 months ago)
- Language: HTML
- Homepage: https://webdash.xyz/
- Size: 6.52 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# \
Webdash website
## Install the Polymer-CLI
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 builds of your application in the `build/` directory, optimized to be served in production. You can then serve the built versions by giving `polymer serve` a folder to serve from:
```
$ polymer serve build/default
```## 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.