Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/break-stuff/codemash-design-systems
This repository is for the design system workshop at the Codemash conference.
https://github.com/break-stuff/codemash-design-systems
Last synced: 22 days ago
JSON representation
This repository is for the design system workshop at the Codemash conference.
- Host: GitHub
- URL: https://github.com/break-stuff/codemash-design-systems
- Owner: break-stuff
- Created: 2021-12-07T01:09:00.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-12T01:47:13.000Z (almost 3 years ago)
- Last Synced: 2024-10-24T08:56:56.049Z (27 days ago)
- Language: SCSS
- Size: 432 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to the CodeMash Design System Workshop!!!
This repository is for the design system workshop at the CodeMash conference.
## Installation
The wifi at the conference is not always super fast or consistent (especially if everyone is downloading assets at the same time). Before coming to conference please make sure the following items are installed on your laptop:
- [Figma Desktop](https://www.figma.com/downloads/) - please also create a personal account
- [Node.js and NPM](https://nodejs.org/) - _LTS_ or _Latest_ should both work fine. Also, `NPM` is installed with `Node.js`
- Download this repository
- Install the package dependencies for the coding project using the following command (make sure you are in directory you downloaded from GitHub)```bash
cd codemash-design-system && npm i
```## Using the Content
The `presentations` will all be in PowerPoint and you should be able to be run locally.
The `codemash-design-system.fig` file can be imported using the Figma Desktop application. You can also run the web application of Figma, but since there is no guarantee on how good the internet connection will be, I highly recommend installing the desktop application and running it locally, if possible.
You will find instruction on running code in the `/codemash-design-system/README.md` file.