mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-03-01 12:44:28 +00:00
builder for backend
After the backend uses multistage builds we also have to use `builder` stage of the backend in Nitro-Web. Otherwise we won't be able to run the seeds and login later on.
Human Connection - NITRO Web
Build Setup
Install
# install all dependencies
$ cd styleguide && yarn install && cd ..
$ yarn styleguide:build
$ yarn install
Development
# serve with hot reload at localhost:3000
$ yarn dev
Build for production
# build for production and launch server
$ yarn styleguide:build
$ yarn build
$ yarn start
Styleguide
All reusable Components (for example avatar) should be done inside the styleguide directory.
To show the styleguide
$ yarn styleguide
Description
Languages
TypeScript
37.8%
JavaScript
20%
Vue
19.7%
HTML
16.6%
SCSS
4.4%
Other
1.4%

