diff --git a/docs/development-and-code/setup_alternatives/setting-up-the-pattern-library-for-development.md b/docs/development-and-code/setup_alternatives/setting-up-the-pattern-library-for-development.md index 5fa8d1c615..13dfc8ebf2 100644 --- a/docs/development-and-code/setup_alternatives/setting-up-the-pattern-library-for-development.md +++ b/docs/development-and-code/setup_alternatives/setting-up-the-pattern-library-for-development.md @@ -19,13 +19,19 @@ cd platform-pattern-library; npm install; ``` +Run `gulp build` to generate the fonts and compile the sass the first time. + +```text +gulp build +``` + Start the pattern library in http://localhost:8000 by running: ```text gulp ``` -Once the pattern-library is running, the front-end guidelines and a guide on how to work with the pattern-library and its structure can be found on http://localhost:8000/assets/html/front-end-guidelines/introduction.html +Once the pattern-library is running, the front-end guidelines and a guide on how to work with the pattern-library and its structure can be found on [http://localhost:8000/assets/html/front-end-guidelines/introduction.html](http://localhost:8000/assets/html/front-end-guidelines/introduction.html) ## Further reading