Ecosyste.ms: Awesome
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: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mvsde/eleventy-twig-fstack
- Owner: mvsde
- Created: 2022-05-17T13:36:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-17T18:58:11.000Z (about 1 year ago)
- Last Synced: 2023-10-17T19:42:43.954Z (about 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
```