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

Add steps to run locally #1

Open
rasagy opened this issue Aug 14, 2017 · 0 comments
Open

Add steps to run locally #1

rasagy opened this issue Aug 14, 2017 · 0 comments

Comments

@rasagy
Copy link
Owner

rasagy commented Aug 14, 2017

Should add a basic info about running this locally using a python server:

How to run locally

  1. Use git clone, Github Desktop or download the repository

image

  1. Navigate to the directory you saved/cloned the repo in via command prompt (Windows)/terminal (Mac) and start a Python server

image

If you’re on Windows:

  • Install Python
  • Open command prompt (Win+R → cmd (press enter))
  • Navigate to the folder
  • Run either python3 -m http.server (Python 3+) or python -m SimpleHTTPServer (Python 2)

If you’re on Mac:

  • Open terminal
  • Navigate to the folder
  • Run python -m SimpleHTTPServer

You’ll get the url that this is hosted on locally — in the screenshot above it is http://0.0.0.0:8000/ . This will run this as if it’s running on a server (thus allowing you to use the .js files that might not work otherwise).

rasagy added a commit that referenced this issue Aug 14, 2017
Steps for Python server, as listed in #1.
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

1 participant