All Projects → leroy-merlin-br → garden

leroy-merlin-br / garden

Licence: MIT license
A styleguide based on Leroy Merlin needs

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to garden

awesome-ux-design-styles
Curated list of UX styleguides and design systems
Stars: ✭ 66 (-18.52%)
Mutual labels:  styleguide
htwoo
hTWOo - a better Fluent UI framework.
Stars: ✭ 67 (-17.28%)
Mutual labels:  styleguide
guidelines
Guidelines, patterns, and coding styles
Stars: ✭ 16 (-80.25%)
Mutual labels:  styleguide
fractal-starter-kit
Starter kit for Fractal with SCSS, Webpack, XO, sass-lint and Gulp
Stars: ✭ 22 (-72.84%)
Mutual labels:  styleguide
mdn-fiori
MDN Web Docs Front-End style guide
Stars: ✭ 16 (-80.25%)
Mutual labels:  styleguide
eslint-config-typescript-unified
🛠️ A unified ESLint configuration with sensible defaults for TypeScript projects.
Stars: ✭ 15 (-81.48%)
Mutual labels:  styleguide
git-style-guide
Руководство по использованию Git на русском языке
Stars: ✭ 30 (-62.96%)
Mutual labels:  styleguide
gravity-ui-web
Library of styles, components and associated assets to build UIs for the web. Part of buildit's Gravity design system.
Stars: ✭ 20 (-75.31%)
Mutual labels:  styleguide
jss-material-ui
A enhanced styling engine for material-ui
Stars: ✭ 15 (-81.48%)
Mutual labels:  styleguide
styleguide-todo-grammar
/sBin/StyleGuide/ToDo
Stars: ✭ 19 (-76.54%)
Mutual labels:  styleguide
css-styleguide
CSS structure, styleguide and defaults
Stars: ✭ 35 (-56.79%)
Mutual labels:  styleguide
javascript
Traveloka JavaScript style guide
Stars: ✭ 24 (-70.37%)
Mutual labels:  styleguide
ExoticGarden
A Slimefun 4 Addon that adds new plants and various new food items
Stars: ✭ 50 (-38.27%)
Mutual labels:  garden
sonar-css-plugin
SonarQube CSS / SCSS / Less Analyzer
Stars: ✭ 46 (-43.21%)
Mutual labels:  styleguide
gem-check
GemCheck: Writing Better Ruby Gems Checklist
Stars: ✭ 77 (-4.94%)
Mutual labels:  styleguide
design-system
Nulogy Design System
Stars: ✭ 61 (-24.69%)
Mutual labels:  styleguide
passbolt styleguide
Passbolt styleguide
Stars: ✭ 24 (-70.37%)
Mutual labels:  styleguide
Aurelia-styleguide
Aurelia Style Guide: A starting point for Aurelia development teams to provide consistency through best practices. http://aurelia.io
Stars: ✭ 24 (-70.37%)
Mutual labels:  styleguide
ustyle
A living styleguide and pattern library by uSwitch.
Stars: ✭ 18 (-77.78%)
Mutual labels:  styleguide
react-pluto
A package of small but beautiful React components from the planet, Pluto. 🔵 Get minimal components for your React based applications 😍
Stars: ✭ 17 (-79.01%)
Mutual labels:  styleguide

Garden

codecov.io npm version

A front end library to help you make ​your​ grass greener than the other side

Contents

Greenkeeper badge

Install

You can manually download our latest release, or install with npm:

NPM

npm install garden

Bower

bower install garden

CDN

CSS

<link href="https://unpkg.com/garden/dist/css/garden.min.css" rel="stylesheet">

JavaScript

<script scr="https://unpkg.com/garden/dist/js/garden.min.js"></script>

Documentation

Garden documentation is built with Metalsmith and publicly hosted on Github Pages at http://styleguide.leroymerlin.com.br

Running locally

  1. Run npm install.
  2. Run npm run gulp.
  3. Open http://localhost:3000 in your browser.

Using Docker

Alternatively, you can install and run the application using a docker container.

Installing Docker

On Ubuntu
On macOS
On Windows

Testing docker installation

Docker version:

docker --version

Docker-compose version:

docker-compose --version

Development

After having docker and docker-compose setup on your machine you can simply run these commands to run the project:

  1. Run docker-compose build (Setup container)
  2. Run docker-compose run --rm web npm install (Install dependencies)
  3. Run docker-compose up (Run webserver)

Contributing

Checkout the contributing section to learn more on how to open issues, create pull requests, commit standards and more.

Versioning

Garden follows SEMVER standards

License

MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].