https://github.com/fusionauth/fusionauth-style
FusionAuth style with example widgets and layouts
https://github.com/fusionauth/fusionauth-style
css fusionauth html sass style templates
Last synced: 5 months ago
JSON representation
FusionAuth style with example widgets and layouts
- Host: GitHub
- URL: https://github.com/fusionauth/fusionauth-style
- Owner: FusionAuth
- License: apache-2.0
- Created: 2019-02-22T22:29:49.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-08-01T23:29:49.000Z (almost 2 years ago)
- Last Synced: 2025-03-25T06:33:24.633Z (about 1 year ago)
- Topics: css, fusionauth, html, sass, style, templates
- Language: HTML
- Homepage: https://fusionauth.io
- Size: 13.9 MB
- Stars: 0
- Watchers: 11
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
## FusionAuth Style
This repository contains javascript and CSS for https://fusionauth.io and other FusionAuth sites.
## Setup
```
bundle install
```
## Building
```
sb serve
```
## Release
Bump the version in `build.savant`.
**Commit all changes.** You need to have a clean build directory before you can release. No local changes, no unpushed changes.
Note that you'll have to have an account in the FusionAuth savant repo, and you will want to make sure that running the appropriate `svn list` command doesn't prompt you for a password.
Finally, run:
```
sb release
```
If this fails, make sure you have access to svn and can run `svn list http://svn.inversoft.org/savant` without any errors or mac security popups.
## Adding a new widget
```
sb serve
```
Go to localhost:4000 and view either the `application` or `website` directories. These should contain all the widgets used across either the FusionAuth application or the fusionauth.io website.
If you add a new widget style, add a widget here.