CLI
`dev`

triplit dev

triplit dev
Starts the Triplit development environment

Flags:
--storage, -s Database storage type
    Options: file, leveldb, lmdb, sqlite, memory, memory-array, memory-btree
--dbPort, -d Port to run the database server on
--verbose, -v Verbose logging
--initWithSchema, -i Initialize the database with the local schema
--seed, -S Seed the database with data
--schemaPath, -P File path to the schema file
--noSchema, -N Do not load a schema file