Open aolszak opened 2 years ago
This project is not currently ready for deployment. You can only launch it locally with developer tools.
cd path/to/project/folder
or if your system allows, right click and choose "open folder in terminal")npm install
to download and install all dependent librariesnpm start
to launch local developer server. It should show a message telling you how to access it.Do note that this software is no longer being updated, as I no longer work for the organization that requested it and I have other commitments to take care of.
If you wish to export the project to a deployable package, or perform development yourself, you may refer to the official Polymer.js 3.0 guide
What are the steps to run the project locally or on shared hosting?