GithubHelp home page GithubHelp logo

uilibrary / done-design-system Goto Github PK

View Code? Open in Web Editor NEW
23.0 3.0 9.0 10.01 MB

Design system for Bootstrap 4 by UI Lib

Home Page: https://uilibrary.github.io/done-design-system/

License: MIT License

JavaScript 3.38% CSS 58.41% HTML 38.22%
bootstrap designsystem

done-design-system's Introduction

Done Design System

Design system for bootstrap 4. While building new products we were doing same thing over and over again. So we decided to build a design system for our upcoming products. Done is like an inventory.

Done is MIT licensed, so you can use for your personal/commercial projects.

Files & SASS variables are organized very carefully as these get messy very easily.

Quick start

  1. Clone the project with git clone https://github.com/uilibrary/done-design-system.git
  2. Run npm install in the root design-system folder.
  3. Run npm start to launch the Previewer.
  4. Visit http://localhost:3000

Documetation

Visit documentation for detail instructions.

Folder Structure

done/
├── LICENSE.md
├── README.md
├── assets/
  ├── styles/
  │   ├── css
  │   │    ├── done/done.css
  │   │    ├── done/done.min.css
  │   ├── sass
  │       ├── done
  │           ├── components
  │           ├── functions
  │           ├── mixins
  │           ├── sections
  │           ├── utilities
  │           ├── variables
  │   
  └── imgages/
  │   ├── cities/
  │   ├── faces/
  │   ├── illustrations/
  │   ├── logos/
  │   ├── products/
  └── js/
  │   ├── es5/done.min.js
  │   ├── es5/done.js
  │   └── main/done.js
  │   
  └── vendor/
      ├── bootstrap/
      ├── bootstrap-select/
      ├── bootstrap-slider/

Troubleshooting

npm and Node.js

The Done Design System uses npm to manage dependencies. Please install Node.js, and try running npm install again.

If Node.js is already installed, make sure you’re running v8 or up.

JavaScript and compilation issues

JavaScript dependencies sometimes get out of sync and inexplicable bugs start to happen. Follow these steps to give a fresh start to your development environment:

  1. The installed npm version must be at least v6.9.0 You can update your npm with: npm install npm -g (sudo may be required).
  2. Re-install dependencies: rm -Rf node_modules && npm install
  3. npm start

If this did not work, try running npm cache clean and repeat the above steps.

done-design-system's People

Contributors

dependabot[bot] avatar mh-rafi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.