Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 494 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 494 Bytes

site-uikit

This is the UIkit 3 website as found on getuikit.com. Use this repository to have an offline version of the documentation available. If you find errors in the docs, this is the place to report an issue or propose changes via pull-requests.

  1. Clone the repository
  2. yarn to fetch all dependencies
    • yarn dev start a development server
    • yarn build build a production version of your app
    • yarn preview run the production version locally