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

https://github.com/dbox/islesford-app2-0


https://github.com/dbox/islesford-app2-0

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# Eleventy Starter

A starter setup for front-end development using Eleventy and Webpack.
- [Nunjucks](https://mozilla.github.io/nunjucks/) for HTML Templating
- [Postcss-preset-env](https://preset-env.cssdb.org/) for Modern CSS

## Installation

```sh
npm install
npm start # alias for `npm run watch`
npm run dev
npm run prod
npm run clean
npm run lint
```

# Netlify

Run the entire [Netlify platform](https://www.netlify.com/products/dev/) locally.
Preview it all – site generation, functions, and edge logic.

```sh
netlify dev
```

### Tips
- Install [postcss language support for vscode](https://github.com/csstools/postcss-language)