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
Copy file name to clipboardExpand all lines: README.md
+18-18Lines changed: 18 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,21 +14,21 @@
14
14
15
15

16
16
17
-
[](https://themeselection.com/products/sneat-free-bootstrap-html-admin-template/)
17
+
[](https://themeselection.com/item/sneat-free-bootstrap-html-admin-template/)
18
18
19
19
## Introduction 🚀
20
20
21
-
If you’re a developer looking for most Powerful & comprehensive [**Free Bootstrap 5 HTML Admin Template**](https://themeselection.com/item/sneat-free-bootstrap-html-admin-template/) built for developers, rich with features, and highly customizable look no further than Sneat. We’ve followed the highest industry standards to bring you the very best admin template that is not only fast and easy to use but highly scalable. Offering ultimate convenience and flexibility, you’ll be able to build whatever application you want with very little hassle.
21
+
If you’re a developer looking for the most Powerful & comprehensive [**Free Bootstrap 5 HTML Admin Template**](https://themeselection.com/item/sneat-free-bootstrap-html-admin-template/) built for developers, rich with features, and highly customizable look no further than Sneat. We’ve followed the highest industry standards to bring you the very best admin template that is not only fast and easy to use but highly scalable. Offering ultimate convenience and flexibility, you’ll be able to build whatever application you want with very little hassle.
22
22
23
-
Build premium quality applications with ease. Use our innovative [bootstrap admin templates](https://themeselection.com/item/category/bootstrap-admin-templates/) to create eye-catching, high-quality WebApps. Your apps will be completely responsive, ensuring they’ll look stunning and function flawlessly on desktops, tablets, and mobile devices.
23
+
Build premium quality applications with ease. Use our innovative [bootstrap admin template](https://themeselection.com/item/category/bootstrap-admin-templates/) to create eye-catching, high-quality WebApps. Your apps will be completely responsive, ensuring they’ll look stunning and function flawlessly on desktops, tablets, and mobile devices.
Automate time-consuming or repetitive tasks in your development workflow using Gulp 🥤
30
30
31
-
> Please note, the use of Node, Webpack & Gulp and their advanced settings are totally optional. You can use and customize the template without using them too.
31
+
> Please note, that the use of Node, Webpack & Gulp, and their advanced settings are totally optional. You can use and customize the template without using them too.
32
32
33
33
Installing Node & Gulp and running it is super easy in Sneat, please follow these steps and you should be ready to rock 🤘
34
34
@@ -40,7 +40,7 @@ Installing Node & Gulp and running it is super easy in Sneat, please follow thes
40
40
npm install --global gulp-cli
41
41
```
42
42
43
-
3. Navigate to the Sneat root directory and run following command to install our local dependencies listed in `package.json`. You can use `npm` OR `yarn` as per your preference.
43
+
3. Navigate to the Sneat root directory and run the following command to install our local dependencies listed in `package.json`. You can use `npm` OR `yarn` as per your preference.
44
44
45
45
> It is recommended to use Yarn
46
46
@@ -52,7 +52,7 @@ npm install --legacy-peer-deps
52
52
yarn
53
53
```
54
54
55
-
4. Now, you are ready to run `npm` tasks, below command will start the server and watch the code using [browsersync](https://browsersync.io/). Open [http://localhost:3000/](http://localhost:3000/) to check your development 🚀.
55
+
4. Now, that you are ready to run `npm` tasks, the below command will start the server and watch the code using [browsersync](https://browsersync.io/). Open [http://localhost:3000/](http://localhost:3000/) to check your development 🚀.
56
56
57
57
```bash
58
58
# npm
@@ -64,11 +64,11 @@ yarn serve
64
64
65
65
## Available Tasks 🧑💻
66
66
67
-
Open console/terminal, go to the Sneat root directory and run `npm run {task_name}`.i.e To generate build run `npm run build`.
67
+
Open the console/terminal, go to the Sneat root directory, and run `npm run {task_name}`.i.e. To generate a build run `npm run build`.
68
68
69
-
Run a task with specified environment(development/production) just execute the task with `--env={environment}` option, i.e. `npm run build --env=production`.
69
+
Run a task with the specified environment(development/production) just execute the task with the`--env={environment}` option, i.e. `npm run build --env=production`.
70
70
71
-
> **Tip:** Use `npm run` command to list all predefined npm tasks from `package.json` file.
71
+
> **Tip:** Use the `npm run` command to list all predefined npm tasks from the`package.json` file.
72
72
73
73
## What's Included 📦
74
74
@@ -112,13 +112,13 @@ Run a task with specified environment(development/production) just execute the t
| Basic Pages | Authentication Pages in 2 Variants + Ready to use pages like User Profile, Account Settings,FAQ, Help Center, Pricing, Misc etc. |
121
+
| Basic Pages | Authentication Pages in 2 Variants + Ready-to-use pages like User Profile, Account Settings,FAQ, Help Center, Pricing, Misc, etc. |
122
122
| - | 3D Characters + Illustrations |
123
123
| Basic tables | Advanced tables |
124
124
| - | Quick customization using theme config file |
@@ -140,7 +140,7 @@ Check out our live [Documentation](https://themeselection.com/demo/sneat-bootstr
140
140
At present, we officially aim to support the last two versions of the following browsers:
141
141
142
142
- Chrome (latest)
143
-
-FireFox (latest)
143
+
-Firefox (latest)
144
144
- Safari (latest)
145
145
- Microsoft Edge (latest)
146
146
- Opera (latest)
@@ -155,7 +155,7 @@ At present, we officially aim to support the last two versions of the following
155
155
156
156
We use GitHub issues as support tickets to manage Item support.
157
157
158
-
1. In order to raise the GitHub issue, you must have a github account. [Raise a Issue](https://github.com/themeselection/sneat-html-admin-template-free/issues)
158
+
1. In order to raise the GitHub issue, you must have a GitHub account. [Raise an Issue](https://github.com/themeselection/sneat-html-admin-template-free/issues)
@@ -164,7 +164,7 @@ We use GitHub issues as support tickets to manage Item support.
164
164
165
165
## Contributing 🦸
166
166
167
-
Contribution are always welcome and recommended! Here is how:
167
+
Contributions are always welcome and recommended! Here is how:
168
168
169
169
- Fork the repository ([here is the guide](https://docs.github.com/en/get-started/quickstart/fork-a-repo)).
170
170
- Clone to your machine `git clone https://github.com/YOUR_USERNAME/REPO_URL` Make your changes
@@ -173,17 +173,17 @@ Contribution are always welcome and recommended! Here is how:
173
173
### Contribution Requirements 🧰
174
174
175
175
- When you contribute, you agree to give a non-exclusive license to ThemeSelection to use that contribution in any context as we (ThemeSelection) see appropriate.
176
-
- If you use content provided by another party, it must be appropriately licensed using an opensource license.
176
+
- If you use content provided by another party, it must be appropriately licensed using an open-source license.
177
177
- Contributions are only accepted through Github pull requests.
178
-
- Finally, contributed code must work in all supported browsers.
178
+
- Finally, the contributed code must work in all supported browsers.
179
179
180
180
## Creators 😇
181
181
182
182
-[ThemeSelection](https://themeselection.com)
183
183
184
184
## Changelog 📆
185
185
186
-
Please refer to the [CHANGELOG](https://themeselection.com/demo/sneat-bootstrap-html-admin-template-free/changelog.html) file. We will add a detailed release notes to each new release.
186
+
Please refer to the [CHANGELOG](https://themeselection.com/demo/sneat-bootstrap-html-admin-template-free/changelog.html) file. We will add detailed release notes to each new release.
0 commit comments