项目作者: geekyahmed

项目描述 :
:bug: :zap: An opensource developer blog for sharing web development articles
高级语言: JavaScript
项目地址: git://github.com/geekyahmed/geekycodes.git
创建时间: 2020-04-28T02:34:28Z
项目社区:https://github.com/geekyahmed/geekycodes

开源协议:

下载


Geeky Codes

N|Solid

Build Status

Geeky codes is an opensource mini blogging platform where developers can share their thoughts and ideas including their stories

  • It’s Opensource and free
  • Get accesss to latest tech articles
  • Publish your own article

New Features!

  • Comment to posts without logging in
  • Edit articles and publish

You can also:

  • Upload Images,Audios and Files
  • Review comments and delete comments
  • Create and delete categories

Tech

Geeky Codes uses a number of open source projects to work properly:

  • [Kinto Hub] - deployment and builds
  • Ace Editor - awesome web-based text editor
  • markdown-it - Markdown parser done right. Fast and easy to extend.
  • [Twitter Bootstrap] - great UI boilerplate for modern web apps
  • node.js - evented I/O for the backend
  • Express - fast node.js network app framework @tjholowaychuk
  • Gulp - the streaming build system
  • Breakdance - HTML to Markdown converter
  • jQuery - duh

And of course Geekycodes itself is open source with a public repository
on GitHub.

Installation

Geekycodes requires Node.js v11+ to run.

Install the dependencies and devDependencies and start the server.

  1. $ cd geekycodes
  2. $ npm install
  3. $ node app

Development

Want to contribute? Great!

Geeky Codes will be happy to have contributors
Make a change in your file and instantaneously see your updates!

Open your favorite Terminal and run these commands.

First Tab:

  1. $ node app

Then create a new branch whre you can commit your codes then create a pull request on geekycodes.

Todos

  • Write MORE Tests
  • Add Night Mode

License

MIT

Free Software, Hell Yeah!

[df1]: http://daringfireball.net/projects/markdown

  1. [Kinto Hub]: <https://kintohub.com>

[Twitter Bootstrap]: http://twitter.github.com/bootstrap