Skip to content

create & edit collections based on combinations of schemas. built with overmind & react

License

Notifications You must be signed in to change notification settings

100ideas/overmind-schema-collections

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

overmind.js collection editor

https://codesandbox.io/s/github/100ideas/overmind-schema-collections/tree/codesandbox/

  • define schemas w/ validation rules
  • create collections based on combinations of schemas
  • view / edit items of collections

config

copy .env.template to .env; change as desired

changes

8 feb 19

react-scripts seems to be setting file permission bits inappropriately #6314. fix it with

find . -type f -perm -o+rx -print0 | xargs -0 chmod 0644

codebase derived from github/100ideas/overmind-routing-demo/

About

create & edit collections based on combinations of schemas. built with overmind & react

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published