• Stars
    star
    363
  • Rank 114,061 (Top 3 %)
  • Language Svelte
  • Created over 7 years ago
  • Updated 19 days ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

🌎 Website and Documentation

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. pnpm install to fetch all dependencies
  3. pnpm compile to compile the css and uikit tests
    • pnpm dev start a development server
    • pnpm build build a production version of your app
    • pnpm preview run the production version locally