# Adminator

**Adminator** is a responsive Bootstrap 4 Admin Template. It provides you with a collection of *ready-to-use* code snippets and utilities, custom pages, a collection of applications, and some useful widgets.

* [Adminator](https://github.com/puikinsh/Adminator-admin-dashboard) - source code
* [Adminator](https://colorlib.com/polygon/adminator/index.html) - LIVE Demo

For newcomers, [Adminator](https://appseed.us/admin-dashboards/django-dashboard-adminator) is provided by ColorLib, a well-known company involved in many ope-source products. Adminator has a modern UI and comes with a *state-of-the-art* tooling chain to compile the HTML files.

![Adminator - Open-source Bootstrap Template.](https://4080083720-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MYVW6MKCi9iujNc3SK_%2Fsync%2F3a9afafb9c2a9ef8e5323945a0bb9431f652b420.jpg?generation=1621056513880834\&alt=media)

## How to compile the project

To use this modern design and compile in a local environment a [minimal development](https://appseed.gitbook.io/docs/content/tutorials/minimal-programming-kit) kit is required:

* A modern editor - [VSCode](https://code.visualstudio.com/)
* [Nodejs](https://nodejs.org/en/) - used in [Javascript](https://developer.mozilla.org/en-US/docs/Web/JavaScript)-based products and tools
* [GIT](https://git-scm.com/) - a command-line tool used to download sources from [Github](https://github.com/)

Once we have all these tools accessible we can start compiling the product:

> **Step #1** - Clone the sources from the public repository

```
$ git clone https://github.com/puikinsh/Adminator-admin-dashboard.git
$ cd Adminator-admin-dashboard
```

> Step #2 - Install modules via NPM or Yarn

```
$ npm install
// OR
$ yarn
```

> Step #3 - Start the app in development mode (with LIVE Reloading)

```
$ npm run dev
// OR
$ yarn dev
```

If all goes well, we should see the app running in the browser:

![Adminator - Calendar Page.](https://4080083720-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MYVW6MKCi9iujNc3SK_%2F-M_iJEyzAM6N5aDhZzP6%2F-M_iQq8-w2fF4ORRvSHP%2Fadminator-bootstrap-calendar-page.jpg?alt=media\&token=b6eeed2b-1f5d-4d50-a3f1-5362bc1dabcf)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://appseed.gitbook.io/docs/content/bootstrap-template/adminator.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
