Skip to content

Latest commit

 

History

History
68 lines (44 loc) · 1.37 KB

README.md

File metadata and controls

68 lines (44 loc) · 1.37 KB

ziya

✏️ Your local in-browser editor

BCH compliance npm

Şener Şen

User Quickstart

# Install ziya as global
$ npm install ziya -g

# Run ziya
$ ziya

# See what happens in the browser in the address: localhost:5000

Developer Quickstart

# Clone the repository
$ git clone [email protected]:hwclass/ziya.git

# Go to source folder
$ cd ziya/src/

# Install Dependencies
$ npm install

# Run Development Server
$ npm run start:dev

# Build App for Production
$ npm run build

# Run Production Server
$ npm run start:prod

Logo

Coming soon.

Design

Designers wanted!

Change Log

This project adheres to Semantic Versioning.
Every release, along with the migration instructions, is documented on changelog.

Contributors

Meet people who made it possible:

License

MIT