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
- 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
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.
Geekycodes requires Node.js v11+ to run.
Install the dependencies and devDependencies and start the server.
$ cd geekycodes
$ npm install
$ node appWant 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:
$ node appThen create a new branch whre you can commit your codes then create a pull request on geekycodes.
- Write MORE Tests
- Add Night Mode
MIT
Free Software, Hell Yeah!