Skip to content

Commit 07d5721

Browse files
committed
update dependencies
1 parent 36d2801 commit 07d5721

File tree

18 files changed

+284
-471
lines changed

18 files changed

+284
-471
lines changed

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
MIT License
1+
The MIT License (MIT)
22

3-
Copyright (c) 2020 Themefisher
3+
Copyright (c) 2016 - Present, Themefisher
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 57 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Megakit By Themefisher
2-
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.
32

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.
44

55
<!-- demo -->
66
## Example Site
7+
78
| [![](screenshots/homepage.png)](https://demo.themefisher.com/megakit/) | [![](screenshots/about.png)](https://demo.themefisher.com/megakit/about.html) | [![](screenshots/service.png)](https://demo.themefisher.com/megakit/service.html) |
89
|:---:|:---:|:---:|
910
| **Homepage** | **About** | **Service** |
@@ -14,6 +15,7 @@ Megakit is a well-crafted, versatile and unique HTML5 agency template. Its wonde
1415

1516
<!-- pages -->
1617
## Pages
18+
1719
* **Homepage**
1820
* **About**
1921
* **Services**
@@ -24,74 +26,93 @@ Megakit is a well-crafted, versatile and unique HTML5 agency template. Its wonde
2426
* **Blog Details**
2527
* **Contact**
2628

27-
2829
<!-- download -->
2930
## 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/)
3531

32+
Download this template from [Github](https://github.com/themefisher/megakit/archive/main.zip)
3633

3734
<!-- 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.
4038

4139
### 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.
4340

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.
42+
43+
#### Install prerequisites (once for a machine)
44+
4545
* **Node Installation:** [Install node js](https://nodejs.org/en/download/)
46-
* **Gulp Installation:** Install gulp globally from your terminal
46+
* **Gulp Installation:** Install gulp globally from your terminal
47+
4748
```
4849
npm install --global gulp-cli
4950
```
50-
Or visit original [docs](https://gulpjs.com/docs/en/getting-started/quick-start)
5151

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
5459

55-
* Install node package modules
5660
```
5761
npm install
5862
```
59-
* Run gulp
63+
64+
* Run locally
65+
6066
```
61-
gulp
67+
npm run dev
6268
```
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.
6469

65-
👉🏻 [visit documentation](https://docs.themefisher.com/megakit/)
70+
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+
```
6679

80+
Now you get a `theme` folder that has all the changes you have made. you can use this folder as your main theme.
81+
82+
👉🏻 [visit documentation](https://docs.themefisher.com/megakit/)
6783

6884
<!-- reporting issue -->
6985
## Reporting Issues
70-
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).
7289

7390
<!-- support -->
7491
## Technical Support or Questions (Paid)
92+
7593
If you have questions or need help integrating the product please [contact us](mailto:mehedi@themefisher.com) instead of opening an issue.
7694

7795
<!-- licence -->
7896
## License
79-
Copyright &copy; 2021 Designed & Developed by [Themefisher](https://themefisher.com)
8097

81-
**Code License:** Released under the [MIT](https://github.com/themefisher/Megakit-Bootstrap-Agency-Template/blob/master/LICENSE) license.
98+
Copyright (c) 2016 - Present, Designed & Developed by [Themefisher](https://themefisher.com)
99+
100+
**Code License:** Released under the [MIT](https://github.com/themefisher/megakit/blob/main/LICENSE) license.
82101

83-
**Image license:** The images are only for demonstration purposes. They have their own licence, we don't have permission to share those image.
102+
**Image license:** The images are only for demonstration purposes. They have their license, we don't have permission to share those images.
84103

85104
<!-- resources -->
86105
## Resources
87-
Some third-party plugins that we used to build this template. Please check their licence.
88-
* **Bootstrap v4.5**: https://getbootstrap.com/docs/4.5/getting-started/introduction/
89-
* **Jquery v3.5.1**: https://jquery.com/download/
90-
* **Google Fonts**: http://fonts.google.com/
91-
* **Themify Icons**: https://themify.me/themify-icons
92-
* **Animate CSS**: https://animate.style/
93-
* **Magnific Popup**: https://dimsemenov.com/plugins/magnific-popup/
94-
* **Font Awesome Free**: https://fontawesome.com/
95-
* **Counter-Up**: https://github.com/bfintal/Counter-Up
96-
* **Waypoints**: http://imakewebthings.com/waypoints/
97-
* **Slick**: https://kenwheeler.github.io/slick/
106+
107+
Some third-party plugins that we used to build this template. Please check their license.
108+
109+
* **Bootstrap v4.5**: <https://getbootstrap.com/docs/4.5/getting-started/introduction/>
110+
* **Jquery v3.5.1**: <https://jquery.com/download/>
111+
* **Google Fonts**: <http://fonts.google.com/>
112+
* **Themify Icons**: <https://themify.me/themify-icons>
113+
* **Animate CSS**: <https://animate.style/>
114+
* **Magnific Popup**: <https://dimsemenov.com/plugins/magnific-popup/>
115+
* **Font Awesome Free**: <https://fontawesome.com/>
116+
* **Counter-Up**: <https://github.com/bfintal/Counter-Up>
117+
* **Waypoints**: <http://imakewebthings.com/waypoints/>
118+
* **Slick**: <https://kenwheeler.github.io/slick/>

0 commit comments

Comments
 (0)