Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattcompiles/braid-demo
https://github.com/mattcompiles/braid-demo
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mattcompiles/braid-demo
- Owner: mattcompiles
- Created: 2019-10-02T07:38:57.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T14:19:23.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T22:46:57.750Z (over 1 year ago)
- Language: TypeScript
- Size: 2.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# braid-demo
This project is powered by [sku](https://github.com/seek-oss/sku), [braid](https://github.com/seek-oss/braid-design-system) and built with [React](https://facebook.github.io/react).
## Getting Started
First of all, make sure you've installed [Yarn](https://yarnpkg.com).
Then, install dependencies:
```bash
$ yarn
```## Workflow
Start a local development server:
```bash
$ yarn start
```Run unit tests:
```bash
$ yarn test
```Lint and format code:
```bash
$ yarn lint
$ yarn format
```Build assets for production:
```bash
$ yarn build
```