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
copy .env.template
to .env
; change as desired
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/