Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 971 Bytes

README.md

File metadata and controls

29 lines (26 loc) · 971 Bytes

Simple Blog

Simple Roll

Getting Started

git clone https://github.com/cosmicjs/simple-blog
cd simple-blog
yarn

Run in development

yarn run development

Run in production

COSMIC_BUCKET=your-bucket-slug yarn start

Open http://localhost:3000.

Node.js + Cosmic JS

You can easily manage the content in your Simple Blog website on Cosmic JS. Follow these steps:

  1. Log in to Cosmic JS.
  2. Create a Bucket.
  3. Go to Your Bucket > Apps.
  4. Install the Simple Blog Website.
  5. Deploy your Blog Roll to the Cosmic App Server at Your Bucket > Web Hosting.

Cosmic JS makes a great Node.js CMS for your Node.js apps.