You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

52 lines
2.3 KiB

5 years ago
# Hyper - Responsive Admin Template & UI Kit
We would like to thank you for purchasing Hyper :). The following guideline will help you to get started with the hyper and its documentation.
#### Docs and Examples
The `docs` directory contains all the static resources required for docs and examples. To view, just open in your favorite browser!
```
$ open docs/index.html
```
Once you open the documentation. Just click on `Getting Started` link from left, this would open up the page (`docs/getting-started.html`) containing instructions to get started with setup. Optionally, you can review quick setup guide described below.
#### Gulp
We've included Gulp file (gulpfile.js) to help you get started with the theme and build automation. You'll need to install Node.js and Gulp before using our included gulpfile.js. Note that the detailed instructions are available in `docs/index.html` too.
To install Node visit [https://nodejs.org/download](https://nodejs.org/download/).
To install gulp, run the following command:
```
$ npm install gulp -g
```
When you're done, install the rest of the theme's dependencies:
```
$ yarn install
```
From here on out, simply run `gulp` from your terminal and you're good to go!
+ `gulp` - Recompiles and minifies theme assets into `dist` directory and starts the local server serving the theme.
+ `gulp docs` - starts local server serving the documentation.
+ `gulp build` - recompiles and minifies theme assets into `dist` folder.
#### Upgrade from previous version
+ Please take a look at the `docs/upgrade.html` - How to upgrade section.
#### Design Files and Assets, Webpack, Angular and Django (Minimal) Versions:
In order to get design files (PSDs and Sketch files) of the template, `Webpack`, `Angular` or `Django` (minimal having layouts and all basic UI elements covered in it) integrated versions, please contact us at `support@coderthemes.com`. These are provided as complimentary with Hyper.
#### React
The react version of Hyper is available as well. Please visit [https://themes.getbootstrap.com/product/hyper-react-admin-dashboard-template/](here).
#### Support
If you experience any problems with the above instruction, or if you think you've found a bug with the theme - please don't hesitate to reach out to support@coderthemes.com.