Sharkalien / wicked

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

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

License:GNU General Public License v3.0


Languages

Language:JavaScript 96.3%Language:HTML 3.0%Language:CSS 0.8%Language:Less 0.0%