A photon is a light quantum...
Warp 10 Photon is a web application developed to easily deal with the Warp 10 platform. Based on Warp 10 Quantum, it aims to be a lighter, faster and more flexible version of Quantum. A light Quantum... a Warp 10 Photon!
Entirely developed as Polymer elements, you will find in this repository not only the full application but the whole set of web-components allowing to customize your Warp 10 experience.
We love contributions from the community! Issues and pull request are welcome.
Warp 10 Photon uses Apache 2.0 License, available here.
First, make sure you have the Polymer CLI installed. Then run polymer serve
to serve your application locally.
$ polymer serve --module-resolution node --component-dir node_modules
$ 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/es6-bundled
$ polymer test
Your application is already set up to be tested via web-component-tester. Run polymer test
to run your application's test suite locally.