Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 524 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 524 Bytes

FolWeb

Configuration -- IMPORTANT!

Under construction

Change styles

You can find several folders inside src/styles/semantic/themes/default. Each folder has a group of .variables and .overrides files. Both of them are LESS code.

In .variables files, you can modify different parameters and in .overrides you can add code to override final selector.

Development

Run npm install first time and after each pull

Run ng serve

Production

Run npm install && npm run build-prod && npm start