Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 876 Bytes

README.md

File metadata and controls

44 lines (26 loc) · 876 Bytes

YASGUI

Useful links:

Installation

Below are instructions on how to include Yasgui in your project. If you only want to install Yasr or Yasqe, replace yasgui in the commands below.

npm

npm i @zazuko/yasgui

Yarn

yarn add @zazuko/yasgui

Local development

Installing dependencies

Run npm install.

Running Yasgui locally

To develop locally, run npm run dev

Compiling Yasgui

Run npm run build. It'll store the transpiled js/css files in the build directory.

License

This is a fork from Zazuko from software written by Triply.

This code is released under the MIT license.