Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.14 KB

README.md

File metadata and controls

34 lines (26 loc) · 1.14 KB

design-system

🗂 Web Design System for &Samhoudmedia

📖 Introduction

Consumable styleguide .css file for use in web projects. The elements are based off the &Samhoud brand guides.

Usage

The compiled CSS can be hosted or served via RawGit for quick usage. Include it into the <head> of your project to quickly get access to some basic &Samhoud styling.

https://cdn.rawgit.com/samhoudmedia/system-sam/4623beae/build/main.css

⚙ Installation & Development

Tech Stack

Prerequisites

  • Make sure you have node installed on your machine.
    • npm comes with node.
    • You can check versions with npm -v and node -v

Installation

  1. Clone this repo
$ git clone https://github.com/samhoudmedia/puzzle-cube-prototypes.git
  1. Run npm run sass:watch to compile .scss files.
  2. Run npm run sass:server in another terminal window to watch for changes.

📃 License

This project is licensed under the MIT License