An open API service indexing awesome lists of open source software.

https://github.com/mage/mage-admin

Admin panel template for MAGE, based on http://akveo.com/ngx-admin
https://github.com/mage/mage-admin

cms game-dev mage

Last synced: 3 months ago
JSON representation

Admin panel template for MAGE, based on http://akveo.com/ngx-admin

Awesome Lists containing this project

README

          

# mage-admin

| Dark | Light |
|---|---|
| | |

Admin panel template for [MAGE](https://github.com/mage), based on ngx-admin.

## Usage

### Bootstrap

```shell
git clone https://github.com/mage/mage-admin my-mage-admin
cd my-mage-admin
git remote rename origin template

# Set up your other remotes, if you have any
git remote add origin
git remote add upstream

npm install
npm start
```

### Setup

Coming soon.

### Customization

Coming soon.

## Additional documentation

See https://github.com/akveo/ngx-admin for more documentation.

This template is using [Nebular](https://github.com/akveo/nebular) modules set, documentation and other useful articles could be found [here](https://akveo.github.io/nebular/#/docs/installation/based-on-starter-kit-ngxadmin).

## License

MIT. ([See License](./LICENSE))