/wicked

Fork of the legacy Wick Editor, used from 2016-2019

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

How to run the editor locally for development

  • Clone or download and unzip this repo
  • Open terminal in the newly made wick folder and start an HTTP server:
    • python -m SimpleHTTPServer (Python 2)
    • python -m http.server (Python 3)
  • OR if you have npm installed, you can get http-server, which is faster
    • npm install http-server -g to install
    • http-server to start
  • Open a browser window, and go to http://localhost:8000/