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

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


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

Last synced: 8 months 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
```