PixlRainbow / scormy-editor-2

SCORM course creator/editor
MIT License
4 stars 3 forks source link

How to run the project #27

Open aolszak opened 2 years ago

aolszak commented 2 years ago

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

PixlRainbow commented 11 months ago

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