Administrator interface for hook. Built on top of marmelab/ng-admin.
- Auto-analyze hook's
schema.yaml
- A single config file to customize collection fields.
- Install hook. Make sure
that hook server is running locally (
hook server
) - Create an application (
hook app:new admin
) - Deploy the application (
hook deploy
) - Seed the application's database (
hook db:seed
) - Install npm dependencies (
npm install
) - Start the administrator panel (
HOOK_EXT=./hook-ext npm start
)
You need to specify your target hook-ext
directory on HOOK_EXT
environment
variable. For testing purpose, use the relative ./hook-ext on this
repository.
Production build:
gulp build
MIT