Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/NMF-earth/low-impact-website
A curated showcase of low impact websites
https://github.com/NMF-earth/low-impact-website
11ty eleventy low-impact low-tech tailwind tailwindcss
Last synced: 3 months ago
JSON representation
A curated showcase of low impact websites
- Host: GitHub
- URL: https://github.com/NMF-earth/low-impact-website
- Owner: NMF-earth
- License: gpl-3.0
- Created: 2021-09-05T08:26:39.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-27T11:59:41.000Z (almost 2 years ago)
- Last Synced: 2024-07-11T20:30:58.971Z (4 months ago)
- Topics: 11ty, eleventy, low-impact, low-tech, tailwind, tailwindcss
- Language: Nunjucks
- Homepage: https://low-impact.netlify.app/
- Size: 19.2 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Low Impact Website
A curated showcase of low impact websites. Live [here](https://low-impact.netlify.app/)
Made from a [starter project](https://github.com/dafiulh/vredeburg) using Eleventy and Tailwind CSS.
### Use in development
```bash
npm start
```### Build for production
```bash
npm run build
```### For debugging purposes
```bash
npm run debug
```