Skip to content

cosmicjs/simple-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Blog

Simple Roll

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published