Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 513 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 513 Bytes

Example

To run the example project, first run yarn and yarn build in the root directory. Then in this example directory:

yarn
yarn dev

Local Development

Follow these instructions to test using the example project while developing the library.

In the project's root directory:

yarn link

Then in this example directory:

yarn link @lona/site-components

Lastly, in the root directory, make sure you have yarn build:watch running to recompile code changes.