Socket
Socket
Sign inDemoInstall

contentmonkey

Package Overview
Dependencies
300
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    contentmonkey

[![Travis](https://img.shields.io/travis/contentmonkey/contentmonkey.svg?style=flat-square)](https://travis-ci.org/contentmonkey/contentmonkey) [![Greenkeeper badge](https://badges.greenkeeper.io/contentmonkey/contentmonkey.svg)](https://greenkeeper.io/)


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

ContentMonkey

Travis Greenkeeper badge GitHub top language Gemnasium Unicorns

Description

ContentMonkey is a simple but powerful CMS written in CoffeeScript with NodeJS.

Getting Started

Step 1:

Install NodeJS and yarn. Mac:

brew install node yarn

Windows:

Install NodeJS from https://nodejs.org/en/download/.

Install yarn with the official installer.

Linux:

Install NodeJS and yarn using apt-get:

curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
sudo apt-get install -y nodejs
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list

Step 2:

Install the app's node dependencies using yarn:

yarn install

Step 3:

Run the application using yarn:

yarn start

FAQs

Last updated on 24 Mar 2018

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc