Skip to content

kevintosli/graphene

Repository files navigation

Graphene Design

Graphene Components is released under the MPL-2.0 license

Graphene is an web-based, open-source design system that reaches out for intuitiveness, researching for refined and accessible new experiences to the senses. We aim to break through the barriers of what is the internet today, to create what it will become.

📚 Documentation

Check our styleguide to learn more about our design system, voice tone, components and a bunch of other things.

Project scripts

# Install all dependencies and plugins of the project
npm install
# Compiles and hot-reloads for development
npm run serve
# Compiles and minifies for production
npm run build
# Run tests
npm run test
# Lints and fixes files
npm run lint