Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
driss-chelouati authored Feb 23, 2022
1 parent 899d07c commit 1737e57
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,32 +12,29 @@ Krypton is built with [Bulma](https://bulma.io) and [Alpine JS](https://github.c
## πŸ‘ Features

- Gulp 4 and nodejs 12.20.0 to 16.0.0
- Bulma 0.9.1
- Bulma 0.9.3
- ES6 support
- Alpine JS
- Alpine v3

## πŸ‘Œ Usage

1. Install Dev Depedencies

```sh
npm install
yarn install
```

2. To start development server

```sh
npm run dev
yarn dev
```

3. Build for production

```sh
# build the dist folder
npm run build

# preview the builded files
npx http-server dist
yarn build
```

## πŸ” Issues
Expand Down

0 comments on commit 1737e57

Please sign in to comment.