Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mvsde/eleventy-twig-fstack


https://github.com/mvsde/eleventy-twig-fstack

Last synced: 30 days ago
JSON representation

Awesome Lists containing this project

README

        

# Eleventy with Twig and fstack

## Installation

(For now) clone plugin repos to folders:

* `eleventy-plugin-fstack`
* `eleventy-plugin-twig`

Install dependencies:

```sh
npm install
```

## Usage

Run development server:

```sh
npm run dev
```

Create build:

```sh
npm run build
```