项目作者: arielfr

项目描述 :
Deliciouse / Shaarli Bookmark Application (NodeJS)
高级语言: JavaScript
项目地址: git://github.com/arielfr/nodelicious.git
创建时间: 2016-06-29T22:57:13Z
项目社区:https://github.com/arielfr/nodelicious

开源协议:

下载


Nodelicious

Deliciouse / Shaarli Bookmark Application

alt tag

Applications Needed

You need to have install the following applications:

  • MongoDB (This will be the main database)

If you want to install it easily, you can use Docker to install MongoDB. Just map the default ports.

Installation

You need to run the createMongoCollections to create all the collections with indexs necessary

  1. node createMongoCollections.js

Assets

As a second part of the installation, you need to install all the bower dependencies and run Webpack.

  1. bower install
  1. webpack

Webpack

Every page has a specific JS and CSS. You can use the watch command to work on it

  1. webpack --watch

If you add a page, you need to create the JS and add it to webpack.config.js

Markdown Flavored

You can use markdown on your descriptions to make it more beautiful. We use Showdown’s Markdown

Youtube Videos

You can also embed Youtube Videos on your description

alt tag

License

Copyright 2017 Ariel Rey. Released under the terms of the MIT license.

Pull Requests

Im open to all fixes and improvements that you can make. Please send your Pull Request