Skip to content

Commit 4d73e8a

Browse files
chore: update readme with build command and node versions
1 parent 453081e commit 4d73e8a

File tree

1 file changed

+23
-11
lines changed

1 file changed

+23
-11
lines changed

README.md

Lines changed: 23 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
# 👋 Krypton
2+
23
> Krypton is a free ICO / Crypto template built by [cssninjaStudio](https://cssninja.io).
34
45
![Screenshot](https://media.cssninja.io/products/krypton/product.png "Krypton")
56

67
## ✌️ preview
78

8-
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/).
910
Krypton is built with [Bulma](https://bulma.io) and [Alpine JS](https://github.com/alpinejs/alpine).
1011

1112
## 👍 Features
1213

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
1718

1819
## 👌 Usage
1920

@@ -29,15 +30,26 @@ npm install
2930
npm run dev
3031
```
3132

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+
3243
## 🍔 Issues
3344

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:
3547

36-
* Issue definition
37-
* Expected behaviour
38-
* Actual behaviour
39-
* steps to reproduce
40-
* Already tried fixes (if relevant)
48+
- Issue definition
49+
- Expected behaviour
50+
- Actual behaviour
51+
- steps to reproduce
52+
- Already tried fixes (if relevant)
4153

4254
## 🎉 More
4355

0 commit comments

Comments
 (0)