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
You can access the demo [here](https://cssninjastudio.github.io/Krypton/).
6
+
## ✌️ preview
7
7
8
-
## Details
8
+
Check out the live demo by clicking [here](https://cssninjastudio.github.io/krypton/).
9
+
Krypton is built with [Bulma](https://bulma.io) and [Alpine JS](https://github.com/alpinejs/alpine).
9
10
10
-
Krypton is developed with the [Bulma css framework](https://bulma.io)
11
+
## 👍 Features
11
12
12
-
**Version 4.0.0**
13
+
* Gulp 4 and nodejs 12.13.0 (minimum)
14
+
* Bulma 0.9.1
15
+
* ES6 support
16
+
* Alpine JS
13
17
14
-
## Usage
15
-
Krypton is now a Bulma starter fully bundled with **npm** and **gulp**. Bulma has been upgraded to the latest version **0.9.1**.
16
-
17
-
* Clone or download the repo
18
-
* Run `npm install`
19
-
* Run `npm run dev`
20
-
21
-
22
-
## Changelog
23
-
24
-
**Krypton 4.0**
25
-
* Upgraded to gulp 4 and nodejs 12.13.0
26
-
* Upgraded Bulma to 0.9.1
27
-
* Added ES6 support
28
-
* Removed jQuery support and related dependencies
29
-
* Improved CSS build process
30
-
* Integrated Alpine JS
31
-
* Integrated Spruce JS
32
-
33
-
**Krypton 3.0**
34
-
* Upgraded to gulp 4 and nodejs 10.15.3
35
-
* Upgraded Bulma to 0.8.0
36
-
* Cleaned code and redesigned some of the features
37
-
38
-
**Krypton 2.1**
39
-
* Improved page responsiveness particularly on tablet for both orientations, and mobile
40
-
* Fixed small layout issues
41
-
* Added a modal login form
42
-
43
-
**Krypton 2.0**
44
-
* Everything is now handled by gulp and npm
45
-
* Bulma version upgraded to 0.7
46
-
* Bulma source sass is editable (note that the `@widescreen` variable has been set to false)
47
-
* Panel slider library has been removed. Sidebar completely rewritten without any plugin.
48
-
* Removed unused classes and refactored scss
49
-
* Added more scss partials for better code maintainability
50
-
* Introduced Panini templating engine. Learn more about Panini here: https://github.com/zurb/panini
51
-
* Fully automated build and watch process, integration with browser sync
52
-
* Navbar rework since deprecation of `.nav` element in favor of `.navbar`.
53
-
* Optimized responsive display for mobile and tablets.
54
-
55
-
## Issues
18
+
## 🍔 Issues
56
19
57
20
If you've found an issue or a bug, you can report it in the issues section of this repository. Please try to follow these simple guidelines to report your issue:
58
21
@@ -62,52 +25,12 @@ If you've found an issue or a bug, you can report it in the issues section of th
62
25
* steps to reproduce
63
26
* Already tried fixes (if relevant)
64
27
65
-
## More
28
+
## 🎉 More
66
29
67
-
You liked Krypton? Find more premium bulma templates on [Css Ninja](https://cssninja.io/category/all).
30
+
You liked Krypton? Check also our other premium Envato bulma themes [Css Ninja](https://cssninja.io/themes).
68
31
69
-
Check also our premium Envato bulma themes [Css Ninja](https://cssninja.io/themes).
32
+
Find more premium bulma templates on [Css Ninja](https://cssninja.io/category/all).
70
33
71
-
## About Us
34
+
## 🚀 About Us
72
35
73
36
Css Ninja is a web design studio. We build handcrafted and polished templates that will give some hype to your startup or to your next project.
74
-
75
-
### Note
76
-
77
-
Changes should be commited to `src/` files only.
78
-
79
-
### How to use
80
-
81
-
The template is built with Sass and Gulp build system with these features:
82
-
83
-
- Handlebars HTML templates with Panini– Panini is a super simple flat file generator for use with Gulp. It compiles a series of HTML pages using a common layout. These pages can also include HTML partials, external Handlebars helpers, or external data as JSON.
84
-
- Sass compilation, prefixing with Autoprefixer, and JavaScript concatenation
85
-
- Built-in BrowserSync server - Will automatically reload your page when files are changed. It also live-injects CSS changes when you save a Sass file. This task runs continuously. Defaults to localhost.
86
-
- For production builds - CSS compression, JavaScript compression, Image compression and more..
87
-
88
-
89
-
### Requirements
90
-
91
-
To use this template, your computer needs:
92
-
93
-
- Node.js is used to run the build processes. https://nodejs.org/en/download/
94
-
- Test: run ` node -v ` in the terminal
95
-
- Npm (Node comes with npm installed so you should have a version of npm.) Used to manage development dependencies.
96
-
- Test: run ` npm -v` in the terminal
97
-
- Gulp – task runner
98
-
`npm install -g gulp`
99
-
- Test: run `gulp -v ` in the terminal
100
-
101
-
### Installing:
102
-
103
-
- Install all node packages: `npm install`
104
-
- Run `npm run dev`
105
-
- Your site is now viewable at this URL: http://localhost:3000
0 commit comments