Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@project-sunbird/content-editor

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@project-sunbird/content-editor

Tools where Stories, Worksheets can be created as content to the Genie Canvas platform

  • 0.0.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
6
decreased by-73.91%
Maintainers
2
Weekly downloads
 
Created
Source

Content-Editor

Build Status

Bugs

P1 to P4Severity 1 to 4
P1 bugsseverity 1 bugs
P2 bugsseverity 2 bugs
P3 bugsseverity 3 bugs
P4 bugsseverity 4 bugs
All bugsUnclassified bugs

Setup Instruction

System requirements:
Node 6.3.1 or above (LTS) (Install via nvm http://www.hostingadvice.com/how-to/install-nodejs-ubuntu-14-04/)
Chrome latest

Setup instructions

1. Clone Content-Editor and Content-Plugins repo in the same directory
2. Change to Content-Editor directory (`cd Content-Editor`)
3. Create a symlink to 'Content-plugins' (`ln -s ../Content-Plugins plugins`)
3. Run NPM (`npm install`)
4. Change to app directory and run bower install (`cd app && bower install`)
5. Start node app from Content-Editor root directory (`node app.js`)  

Note: If you are on Windows, step 3 will not work. Use the command below:

F:\Ekstep\Content-Editor>mklink /d plugins ..\Content-Plugins
symbolic link created for plugins <<===>> ..\Content-Plugins

Open Chrome and visit this link: http://localhost:3000/app/

Check the chrome console to make sure there are no errors and you are ready!! Take a look inside plugins(symbolic link) and review couple of existing plugins files and structure of each.

Hint: You can start with Shape plugin.

Keywords

FAQs

Package last updated on 18 Sep 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc