https://github.com/ritterim/platform-ui
A CSS framework build all of our apps and websites.
https://github.com/ritterim/platform-ui
css framework
Last synced: 12 months ago
JSON representation
A CSS framework build all of our apps and websites.
- Host: GitHub
- URL: https://github.com/ritterim/platform-ui
- Owner: ritterim
- License: mit
- Created: 2018-06-04T19:41:59.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-28T18:46:29.000Z (almost 2 years ago)
- Last Synced: 2025-03-26T14:46:28.809Z (about 1 year ago)
- Topics: css, framework
- Language: SCSS
- Homepage: https://platformui.com
- Size: 21.2 MB
- Stars: 3
- Watchers: 11
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Platform UI



Platform UI is a CSS framework developed by [RIMdev](https://rimdev.io) for [Ritter Insurance Marketing](https://ritterim.com) for our platform of agent and staff facing tools.
Learn more at [platformui.com](https://platformui.com/)
## Table of Contents
- [Get Started](#get-started)
- [CDN](#cdn)
- [Packages](#packages)
- [Scripts](#scripts)
- [License](#license)
## Get Started
### CDN
#### [jsDelivr](https://www.jsdelivr.com/)
```html
```
#### [unpkg](https://www.unpkg.com/)
```html
```
### Packages
Available on [npm](https://www.npmjs.com/package/@ritterim/platform-ui) and [yarn](https://yarnpkg.com/package?q=%40ritter&name=%40ritterim%2Fplatform-ui)
```sh
npm i @ritterim/platform-ui
```
```sh
yarn add @ritterim/platform-ui
```
## Scripts
- `start` - Optimizes icons and generates icon font, then starts the Vite development server
- `build` - Builds the package, runs all scripts prefixed with "build"
- `build:svgs` - Optimizes all icon SVGs with SVGO
- `build:font` - Creates the icon font based off the optimized SVGs
- `start:vite` - Starts the Vite development server
- `build:vite` - Optimizes everything and bundles as package
## License
[MIT](/LICENSE)