Use admini to explore and manage your data as fast and easily as possible
This application was built with help from Project Forge
https://github.com/kyleu/admini
- Run
bin/bootstrap.sh
to install required Go utilities - Run
make build
to produce a binary in./build
, or runbin/dev.sh
to recompile and restart automatically
For full stack development, you'll need some tools installed:
- For TypeScript changes, use
bin/build-client.sh
; you'll neednode
installed - For a developer environment, run
bin/workspace.sh
, which will watch all files and hot-reload (iTerm2 required)