https://github.com/electric-eloquence/fepper-ui
The Fepper UI
https://github.com/electric-eloquence/fepper-ui
fepper
Last synced: 4 months ago
JSON representation
The Fepper UI
- Host: GitHub
- URL: https://github.com/electric-eloquence/fepper-ui
- Owner: electric-eloquence
- License: mit
- Created: 2017-01-16T15:44:20.000Z (over 9 years ago)
- Default Branch: dev
- Last Pushed: 2024-10-16T03:38:33.000Z (over 1 year ago)
- Last Synced: 2026-01-27T04:19:59.012Z (5 months ago)
- Topics: fepper
- Language: JavaScript
- Homepage: https://fepper.io/
- Size: 1.71 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Client-side package that powers the Fepper UI
[![Known Vulnerabilities][snyk-image]][snyk-url]
[![Build Status][build-image]][build-url]
[![Coverage Status][coveralls-image]][coveralls-url]
[![License][license-image]][license-url]
### Install
This package is automatically installed with a normal Fepper installation. To
install it manually:
```shell
* cd public
* npm install
```
### Update
```shell
* cd public
* npm update
```
### Customize
All aspects of the UI are available for customization. For example, the toolbar
can accept additions, modifications, and deletions per the needs of end-users.
However, the customizations need to be made in your `source` directory, and are
not directly relevant to this package.
See the [Fepper README](https://github.com/electric-eloquence/fepper#ui-customization)
for more information.
[snyk-image]: https://snyk.io//test/github/electric-eloquence/fepper-ui/release/badge.svg
[snyk-url]: https://snyk.io//test/github/electric-eloquence/fepper-ui/release
[build-image]: https://github.com/electric-eloquence/fepper-ui/workflows/build/badge.svg?branch=release
[build-url]: https://github.com/electric-eloquence/fepper-ui/actions?query=workflow%3A"build"
[coveralls-image]: https://img.shields.io/coveralls/electric-eloquence/fepper-ui/release.svg
[coveralls-url]: https://coveralls.io/r/electric-eloquence/fepper-ui
[license-image]: https://img.shields.io/github/license/electric-eloquence/fepper-ui.svg
[license-url]: https://raw.githubusercontent.com/electric-eloquence/fepper-ui/release/LICENSE