Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/awayken/sustainable-cfs
A landing page showcasing how to be sustainable at Carsforsale.
https://github.com/awayken/sustainable-cfs
demo sustainability webcomponents
Last synced: 5 days ago
JSON representation
A landing page showcasing how to be sustainable at Carsforsale.
- Host: GitHub
- URL: https://github.com/awayken/sustainable-cfs
- Owner: awayken
- License: mit
- Created: 2019-10-09T11:59:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T23:36:57.000Z (about 2 years ago)
- Last Synced: 2024-11-28T03:12:53.277Z (2 months ago)
- Topics: demo, sustainability, webcomponents
- Language: JavaScript
- Size: 19.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sustainable CFS
> A landing page showcasing how to be sustainable at Carsforsale.
## Premise
At Carsforsale, we want to be as sustainable and eco-friendly as we can. We're a medium-sized company that's
growing all the time, and the habits of individuals can have a big impact. This site
was created based on the tips and recommendations of the CFS Climate Club. Feel free to bring these
recommendations back to your own work environment.## Wait, what is this?
This is the demo site for my [Introduction to Web Components](https://github.com/awayken/web-components-introduction-presentation) presentation.
## Running the Demo
The site requires no build process. It should "just work" in a modern browser that supports web components.
However, the site was developed using the very handy `es-dev-server`.To start the site:
```sh
npm start
```