Skip to content

TidbitsJS/Ruby-Blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ruby Blog

Made out of inspiration from one of the themes of ghost.io, ruby is a blog website.

Here are the things that make ruby special -

  • Developed using ReactJS
  • Elegant Design
  • No extra CSS frameworks
  • Extremely responsive

Packages -

  • react-markdown: To convert Markdown text into HTML code
  • react-gfm: A remark plugin to support literals, strikethrough, tables, task lists, etc.
  • react-icon
  • react-router-dom: For routing & passing data around.

Future -

Although it is a frontend application, it is going to have its backend or service from the CMS platform very soon.

System Requirements

All of these must be available in your machine. To verify things are set up properly, you can run this:

git --version
node --version
npm --version

Setup

If you want to commit and push your work as you go, you'll want to fork first and then clone your fork rather than this repo directly.

After you've made sure to have the correct things (and versions) installed, you should be able to just run a few commands to get set up:

git clone https://github.com/TidbitsJS/Ruby-Blog.git
cd Ruby-Blog
npm install

After the successful installation, in the project directory run:

npm start

This will run the app in the development mode. Open http://localhost:3000 to view it in the browser.

Releases

No releases published

Packages

No packages published