https://github.com/mvsde/eleventy-twig-fstack
https://github.com/mvsde/eleventy-twig-fstack
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mvsde/eleventy-twig-fstack
- Owner: mvsde
- Archived: true
- Created: 2022-05-17T13:36:52.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-17T18:58:11.000Z (over 2 years ago)
- Last Synced: 2025-02-04T04:49:43.704Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.72 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```