mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-03-23 02:35:28 +00:00
Human Connection - NITRO Web
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 run styleguide:build
$ 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.
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
Description
Languages
TypeScript
38.2%
Vue
19.9%
JavaScript
19.6%
HTML
16.5%
SCSS
4.4%
Other
1.3%

