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
- Host: GitHub
- URL: https://github.com/mage/mage-admin
- Owner: mage
- License: mit
- Created: 2017-11-29T04:12:05.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-28T07:03:39.000Z (about 7 years ago)
- Last Synced: 2025-01-13T15:17:12.089Z (12 months ago)
- Topics: cms, game-dev, mage
- Language: TypeScript
- Size: 11.1 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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))