Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 618 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 618 Bytes

Middleman + Ralix + Tailwind

Starter Kit to build modern static websites fast

Powered by:

Install

Requirements

  • Ruby
  • Node.js
  • Yarn

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