You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Megakit is a well-crafted, versatile and unique HTML5 agency template. Its wonderful features can be used to enhance the websites of IT firms, digital agencies, and creative professionals.
3
2
3
+
Megakit is a well-crafted, versatile and unique HTML5 agency template. Its wonderful features can be used to enhance the websites of IT firms, digital agencies, and creative professionals.
@@ -14,6 +15,7 @@ Megakit is a well-crafted, versatile and unique HTML5 agency template. Its wonde
14
15
15
16
<!-- pages -->
16
17
## Pages
18
+
17
19
***Homepage**
18
20
***About**
19
21
***Services**
@@ -24,74 +26,93 @@ Megakit is a well-crafted, versatile and unique HTML5 agency template. Its wonde
24
26
***Blog Details**
25
27
***Contact**
26
28
27
-
28
29
<!-- download -->
29
30
## Download And installation
30
-
Download this template from any following options:
31
-
32
-
* Download from [Github](https://github.com/themefisher/Megakit-Bootstrap-Agency-Template/archive/master.zip)
33
-
* Clone the repository: `git clone https://github.com/themefisher/Megakit-Bootstrap-Agency-Template.git`
34
-
* Download from [Themefisher](https://themefisher.com/products/megakit-multipurpose-bootstrap-template/)
35
31
32
+
Download this template from [Github](https://github.com/themefisher/megakit/archive/main.zip)
36
33
37
34
<!-- installation -->
38
-
### Basic Usage
39
-
After downloading template, you can simply edit the HTML and CSS files from the `theme` folder. To preview the changes you make to the code, you can open the index.html file in your web browser.
35
+
### Basic Usages
36
+
37
+
After downloading the template, you can simply edit the HTML and CSS files from the `theme` folder. To preview the changes you make to the code, you can open the index.html file in your web browser.
40
38
41
39
### Advanced Usage
42
-
For advanced usage you have some dependencies to install. Then you can run it on your localhost. You can view the package.json file to see which scripts are included.
43
40
44
-
#### Install Dependencies
41
+
For advanced usage, you have some prerequisites to install. Then you can run it on your localhost. You can view the package.json file to see which scripts are included.
***Gulp Installation:** Install gulp globally from your terminal
46
+
***Gulp Installation:** Install gulp globally from your terminal
47
+
47
48
```
48
49
npm install --global gulp-cli
49
50
```
50
-
Or visit original [docs](https://gulpjs.com/docs/en/getting-started/quick-start)
51
51
52
-
#### Run Theme
53
-
After succesfully install those dependencies, open this theme with any IDE [[VS Code](https://code.visualstudio.com/) recommended], and then open internal terminal of IDM [vs code shortcut <code>ctrl/cmd+\`</code>]
52
+
Or visit the original [Gulp docs](https://gulpjs.com/docs/en/getting-started/quick-start)
53
+
54
+
#### Local setup
55
+
56
+
After successfully installing those dependencies, open this theme with any IDE [[VS Code](https://code.visualstudio.com/) recommended], and then open the internal terminal of IDM [vs code shortcut <code>ctrl/cmd+\`</code>]
57
+
58
+
* Install dependencies
54
59
55
-
* Install node package modules
56
60
```
57
61
npm install
58
62
```
59
-
* Run gulp
63
+
64
+
* Run locally
65
+
60
66
```
61
-
gulp
67
+
npm run dev
62
68
```
63
-
After that, it will open up a preview of the template in your default browser, watch for changes to core template files, and live reload the browser when changes are saved.
After that, it will open up a preview of the template in your default browser, watch for changes to source files, and live reload the browser when changes are saved.
71
+
72
+
#### Production Build
73
+
74
+
After finishing all the customization, you can create a production build by running this command.
75
+
76
+
```
77
+
npm run build
78
+
```
66
79
80
+
Now you get a `theme` folder that has all the changes you have made. you can use this folder as your main theme.
We use GitHub Issues as the official bug tracker for the Megakit Template. Please Search [existing issues](https://github.com/themefisher/Megakit-Bootstrap-Agency-Template/issues). It’s possible someone has already reported the same problem.
71
-
If your problem or idea has not been addressed yet, feel free to [open a new issue](https://github.com/themefisher/Megakit-Bootstrap-Agency-Template/issues).
86
+
87
+
We use GitHub Issues as the official bug tracker for the Megakit Template. Please Search [existing issues](https://github.com/themefisher/megakit/issues). It’s possible someone has already reported the same problem.
88
+
If your problem or idea has not been addressed yet, feel free to [open a new issue](https://github.com/themefisher/megakit/issues).
72
89
73
90
<!-- support -->
74
91
## Technical Support or Questions (Paid)
92
+
75
93
If you have questions or need help integrating the product please [contact us](mailto:mehedi@themefisher.com) instead of opening an issue.
0 commit comments