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
Check out the live demo by clicking [here](https://cssninjastudio.github.io/krypton/).
9
+
Check out the live demo by clicking [here](https://cssninjastudio.github.io/krypton/).
9
10
Krypton is built with [Bulma](https://bulma.io) and [Alpine JS](https://github.com/alpinejs/alpine).
10
11
11
12
## 👍 Features
12
13
13
-
* Gulp 4 and nodejs 12.13.0 (minimum)
14
-
* Bulma 0.9.1
15
-
* ES6 support
16
-
* Alpine JS
14
+
- Gulp 4 and nodejs 12.20.0 to 16.0.0
15
+
- Bulma 0.9.1
16
+
- ES6 support
17
+
- Alpine JS
17
18
18
19
## 👌 Usage
19
20
@@ -29,15 +30,26 @@ npm install
29
30
npm run dev
30
31
```
31
32
33
+
3. Build for production
34
+
35
+
```sh
36
+
# build the dist folder
37
+
npm run build
38
+
39
+
# preview the builded files
40
+
npx http-server dist
41
+
```
42
+
32
43
## 🍔 Issues
33
44
34
-
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:
45
+
If you've found an issue or a bug, you can report it in the issues section of this repository.
46
+
Please try to follow these simple guidelines to report your issue:
0 commit comments