An Angular app with demos and documentation of CSS and Angular components with FHI-design. Visit https://designsystem.fhi.no to see it in action.
NB! If you clone the repository without the
--recurse-submodules
flag, the subdirectory./Fhi.Frontend.Style
will be empty. If that's the case, you have to initialize the submodule and clone it's content by runninggit submodule update --init --recursive
git clone --recurse-submodules https://github.com/folkehelseinstituttet/Fhi.Frontend.Demo.git
npm install
npm run build-libs
npm start
You find more info about working on this project in CONTRIBUTING.md