Skip to content
/ admini Public

A database management application, basically. It does other stuff too

License

Notifications You must be signed in to change notification settings

kyleu/admini

Repository files navigation

image info admini

Use admini to explore and manage your data as fast and easily as possible

This application was built with help from Project Forge

Download

https://admini.dev/download

Source code

https://github.com/kyleu/admini

Building

  • Run bin/bootstrap.sh to install required Go utilities
  • Run make build to produce a binary in ./build, or run bin/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 need node installed
  • For a developer environment, run bin/workspace.sh, which will watch all files and hot-reload (iTerm2 required)