Octuple Design System for Eightfold.ai This respository will host just the frontend css tokens and structure to build the design system.
A simple node application that serves static HTML, Fonts, Images, and CSS for ready reference by developers
- Fork the the octuple repository and Clone it from your GitHub account
- Open a command prompt (Windows) or terminal (OSX, Linux)
- Navigate to the octuple directory
- Run
npm install
- Run
grunt --dev
for unminified CSS orgrunt --prod
for minified CSS, ORgrunt watch:sass
in a separate terminal to run both the compiler and the watcher to see changes as you make them after the css is recompiled, refresh the browser to see the changes. - Run
npm start
- Open the default web browser and navigate to http://localhost:3000 to view the design tokens
If you wish to contribute, submit a PR from your downstream repo against the main branch.
Copyright (c) Eightfold. All rights reserved.
Licensed under the MIT License.