contentmonkey

0.1.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i contentmonkey

Weekly Downloads

1

Version

0.1.1

License

GPL-2.0

Unpacked Size

30.3 kB

Total Files

25

Last publish

Collaborators

  • marvman