mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
758 B
758 B
Human Connection - GraphQL UI Prototype
Ui Prototype for HC
Build Setup
Install
# install all dependencies
$ yarn install
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.
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

