Skip to content
This repository has been archived by the owner on Nov 17, 2017. It is now read-only.

deprecate/electric-code-tabs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

39b020f · Nov 6, 2017

History

17 Commits
Mar 28, 2017
Mar 27, 2017
Mar 27, 2017
Mar 27, 2017
Mar 22, 2017
Mar 28, 2017
Mar 22, 2017
Mar 27, 2017
Mar 22, 2017
Mar 27, 2017
Mar 27, 2017
Nov 6, 2017
Mar 27, 2017

Repository files navigation

electric-code-tabs

Renders code mirror on Electric

Setup

  1. Install NodeJS >= v0.12.0 and NPM >= v3.0.0, if you don't have it yet. You can find it here.

  2. Install local dependencies:

npm install
  1. Build the code:
npm run build
  1. Start the demo server:
npm run start
  1. Open the demo at http://localhost:4000/demos in your browser.

Contribute

We'd love to get contributions from you! Please, check our Contributing Guidelines to see how you can help us improve.