vaizard / glued-archived

1 stars 3 forks source link

Glued

Installation

Run

bash <(curl https://raw.githubusercontent.com/vaizard/glued/master/install.sh)

and follow the on-screen instructions. Once the installation succeeds, go to https://example.com/glued/public/

Structure

Contribute

Contributions welcomed, just fork Glued an make your first PR! Below a bunch of tips to help you start.

UI

Currently Glued relies on

Hack modular-admin-html

git clone https://github.com/vaizard/glued-modular-admin.git
cd modular-admin-html
npm install             # pull in dependencies
npm audit fix           # security fixes
npm run build           # create the static build (content in /dist directory)

Hack rjsf & addons

git clone http://github.com/mozilla-services/react-jsonschema-form
cd react-jsonschema-form
npm install
npm run dist

git clone https://github.com/RxNT/react-jsonschema-form-extras
cd react-jsonschema-form-extras
npm install
npm run dist