Ocelot-Social/README.md
2018-10-23 21:26:32 +02:00

918 B

Human Connection - NITRO WebApp

UI Screenshot

Build Setup

Install

# NOTE: currently we need the --ignore-engines parameter as one package is an idiot and dont like new node versions
# install all dependencies
$ cd styleguide && yarn install --ignore-engines && cd ..
$ yarn install --ignore-engines

Development

# serve with hot reload at localhost:3000
$ yarn dev

Build for production

# build for production and launch server
$ yarn build
$ yarn start

Styleguide

All reusable Components (for example avatar) should be done inside the styleguide directory.

Styleguide Screenshot

To show the styleguide

$ yarn styleguide

if you changed design tokens or other styles inside the styleguide, run the refresh command to build the styleguide as a lib

$ yarn styleguide:build