Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to run the project #27

Open
aolszak opened this issue Aug 5, 2022 · 1 comment
Open

How to run the project #27

aolszak opened this issue Aug 5, 2022 · 1 comment

Comments

@aolszak
Copy link

aolszak commented Aug 5, 2022

What are the steps to run the project locally or on shared hosting?

@PixlRainbow
Copy link
Owner

PixlRainbow commented Nov 30, 2023

This project is not currently ready for deployment. You can only launch it locally with developer tools.

  1. Make sure node.js is installed
  2. Open a command-line terminal
    • Make sure that the terminal context is within the root of the project (e.g. use the command cd path/to/project/folder or if your system allows, right click and choose "open folder in terminal")
  3. Run the command npm install to download and install all dependent libraries
  4. Run the command npm 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants