NOTE: this project is in ultra-alpha mode.
Floogar is a platform for developing online interactive experiences, hence forth and forever known—inline with video and audio nomenclature—as a "Floogar."
After doing database setup below, run the app with sapper dev.
To install:
brew install arangodb
To run:
/usr/local/opt/arangodb/sbin/arangod
To initialize a database, run the following script:
yarn run db:init
Once running, a user friendly gui can be reached at http://localhost:8529/. (username: 'root', password: '')
First time migration:
/usr/local/opt/arangodb/sbin/arangod