From 1737e571c81a89a07b9ca5e013abddaa6269f89a Mon Sep 17 00:00:00 2001 From: Driss Chelouati <86636408+driss-chelouati@users.noreply.github.com> Date: Wed, 23 Feb 2022 23:24:22 +0100 Subject: [PATCH] Update README.md --- README.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 1f16a40..45ee4b0 100644 --- a/README.md +++ b/README.md @@ -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