Holster is a port of GunDB, following Porting Gun. It is firstly a Node.js implementation and then uses webpack to build browser versions. Check out the Github Wiki for more information.
- Run the server with:
node src/index.js
- Run in the browser with:
file:///install-path/examples/index.html
- When modifying src files run:
npx prettier src --write && npm run build
- When modifying tests run:
npx prettier test --write
- To run the tests use:
npm run test