Skip to content

Commit 1737e57

Browse files
Update README.md
1 parent 899d07c commit 1737e57

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,32 +12,29 @@ Krypton is built with [Bulma](https://bulma.io) and [Alpine JS](https://github.c
1212
## 👍 Features
1313

1414
- Gulp 4 and nodejs 12.20.0 to 16.0.0
15-
- Bulma 0.9.1
15+
- Bulma 0.9.3
1616
- ES6 support
17-
- Alpine JS
17+
- Alpine v3
1818

1919
## 👌 Usage
2020

2121
1. Install Dev Depedencies
2222

2323
```sh
24-
npm install
24+
yarn install
2525
```
2626

2727
2. To start development server
2828

2929
```sh
30-
npm run dev
30+
yarn dev
3131
```
3232

3333
3. Build for production
3434

3535
```sh
3636
# build the dist folder
37-
npm run build
38-
39-
# preview the builded files
40-
npx http-server dist
37+
yarn build
4138
```
4239

4340
## 🍔 Issues

0 commit comments

Comments
 (0)