We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 899d07c commit 1737e57Copy full SHA for 1737e57
README.md
@@ -12,32 +12,29 @@ Krypton is built with [Bulma](https://bulma.io) and [Alpine JS](https://github.c
12
## 👍 Features
13
14
- Gulp 4 and nodejs 12.20.0 to 16.0.0
15
-- Bulma 0.9.1
+- Bulma 0.9.3
16
- ES6 support
17
-- Alpine JS
+- Alpine v3
18
19
## 👌 Usage
20
21
1. Install Dev Depedencies
22
23
```sh
24
-npm install
+yarn install
25
```
26
27
2. To start development server
28
29
30
-npm run dev
+yarn dev
31
32
33
3. Build for production
34
35
36
# build the dist folder
37
-npm run build
38
-
39
-# preview the builded files
40
-npx http-server dist
+yarn build
41
42
43
## 🍔 Issues
0 commit comments