Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/markets/middleman-bootstrap

⚡ Starter Kit to build static websites fast
https://github.com/markets/middleman-bootstrap

bootstrap middleman starter-kit static-site template

Last synced: 29 days ago
JSON representation

⚡ Starter Kit to build static websites fast

Awesome Lists containing this project

README

        

# Middleman + Bootstrap

> Starter Kit to build static websites fast

Powered by:

- [Middleman](https://middlemanapp.com)
- [Bootstrap v5](https://getbootstrap.com)

Check out the demo site 👉 [here](https://middleman-bootstrap.vercel.app)!

## Install 🔧

Clone this repository (or use the GitHub *template* button), then `cd` into the folder and install all dependencies:

```
> bin/setup
```

## Run 🏃

Start a local development server:

```
> bin/start
```

## Build 📦

Build the static files:

```
> bin/build
```