All Projects → cosmicjs → Simple Blog

cosmicjs / Simple Blog

Licence: mit
A simple blog website powered by Node.js and Cosmic JS

Labels

Simple Blog

Simple Roll

View Demo

Getting Started

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

Config!

Get your Bucket slug and read key after logging in to Cosmic JS and going to Bucket > Settings > API Keys.

Run in development

COSMIC_BUCKET=your-bucket-slug COSMIC_READ_KEY=your-bucket-read-key yarn run development

Run in production

COSMIC_BUCKET=your-bucket-slug COSMIC_READ_KEY=your-bucket-read-key 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. Choose Start from App.
  3. Install the Simple Blog Website.

Deploy

A popular choice for the Node.js web deployment is Now. Follow the steps below from the root directiory.

npm i -g now
now

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].