A Javascript implementation of the Scripture Burrito processing model.
-
build: Scripts and resources to make documentation and anything else that needs making
-
schema: jsonschema schema
-
test: Unit tests
-
doc: Built documentation
-
code: The JS!
cd test
npm run testAll
cd build
node setup_burrito_store.js some_burritos
cp -fr some_burritos ../express/some_burritos
cd ../express
npm start
# Connect on localhost:3000