8000 GitHub - agritheory/stonecrop: Schema-driven UI
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

agritheory/stonecrop

Repository files navigation

Stonecrop

Test Status Lint Status

This repository contains all the packages used in the Stonecrop project. It is managed with Rush.

What is it?

These packages in combination create an application that creates a schema driven UI and system of event driven hooks (actual hooks, not the React kind which are not hooks at all). These are available in both the UI and as server middleware.

Getting Started

This project has the following system dependencies:

git clone stonecrop
# or
git pull

# install dependencies
cd stonecrop
rush update
rush rebuild

# Work on aform, for example
cd aform

# sometimes, when changing branches or updating dependencies you may have issues
# this command removes and re-links all dependencies
rush purge && rush update && rush rebuild

# Provide changelog for release
rush change

# Stage changes and run linters
rushx lint

Projects

About

Schema-driven UI

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors 8

0