An open API service indexing awesome lists of open source software.

https://github.com/qathom/ghost-starter-theme-bootstrap

Starter theme with Bootstrap v4 for Ghost Node.JS CMS
https://github.com/qathom/ghost-starter-theme-bootstrap

bootstrap4 ghost-node-cms starter-theme webpack4

Last synced: 8 months ago
JSON representation

Starter theme with Bootstrap v4 for Ghost Node.JS CMS

Awesome Lists containing this project

README

          

# Ghost starter theme with Bootstrap

> Starter theme with Bootstrap v4 for Ghost Node.JS CMS

## Installation

```bash
npm install
```

## Usage

```bash
# Dev (watch file changes and build zip file located in root folder)
npm run dev

# Build assets
npm run build

# Lint files
npm run lint

# Test if the theme is compatible with Ghost
npm run test
```