https://github.com/dbox/islesford-boatworks
https://github.com/dbox/islesford-boatworks
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dbox/islesford-boatworks
- Owner: dbox
- Created: 2022-04-23T12:47:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-17T13:51:26.000Z (over 1 year ago)
- Last Synced: 2024-12-28T09:21:18.102Z (over 1 year ago)
- Language: Nunjucks
- Size: 82.8 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)