Skip to content

TidbitsJS/okiro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Okiro Blog

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

Here are the things that make okiro 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.
  • react-motion: For animations

Future -

Website under development

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.