https://github.com/evcc-io/evcc.io
evcc website
https://github.com/evcc-io/evcc.io
Last synced: 4 months ago
JSON representation
evcc website
- Host: GitHub
- URL: https://github.com/evcc-io/evcc.io
- Owner: evcc-io
- License: mit
- Created: 2020-11-05T17:55:00.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T03:10:49.000Z (8 months ago)
- Last Synced: 2024-10-30T03:25:32.448Z (8 months ago)
- Language: HTML
- Homepage: https://evcc.io
- Size: 11.3 MB
- Stars: 25
- Watchers: 5
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Website
## Development
You must have [hugo](https://gohugo.io/installation/) installed.
```
hugo server -D
```---
## evcc Style
### Naming
**evcc is always written in lowercase**, as you see in our logo. Please don't(!) do EVCC.
### Artwork
evcc logos, icons and vector files can be found in [/artwork](https://github.com/evcc-io/evcc.io/tree/main/artwork). Screenshots of the UI are located in [/static/img/screenshots](https://github.com/evcc-io/evcc.io/tree/main/static/img/screenshots). Feel free to use them if you create content about evcc or build software/integrations in the evcc ecosystem.
### Colors
- logo green: #0FDD42
- logo black: #1c2445The UI uses variations of these colors. The source of truth is the [app.css](https://github.com/evcc-io/evcc/blob/master/assets/css/app.css#L25-L30).