Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uikit/uikit-site
🌎 Website and Documentation
https://github.com/uikit/uikit-site
Last synced: 4 days ago
JSON representation
🌎 Website and Documentation
- Host: GitHub
- URL: https://github.com/uikit/uikit-site
- Owner: uikit
- Created: 2017-01-09T10:01:24.000Z (almost 8 years ago)
- Default Branch: develop
- Last Pushed: 2024-04-29T18:52:32.000Z (6 months ago)
- Last Synced: 2024-05-01T11:25:40.633Z (6 months ago)
- Language: Svelte
- Homepage: https://getuikit.com
- Size: 32.1 MB
- Stars: 363
- Watchers: 23
- Forks: 330
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - uikit/uikit-site - 🌎 Website and Documentation (others)
README
# site-uikit
This is the UIkit 3 website as found on [getuikit.com](https://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
4. - `pnpm dev` start a development server
- `pnpm build` build a production version of your app
- `pnpm preview` run the production version locally