0.1.3 • Published 6 years ago

qut v0.1.3

Weekly downloads
6
License
MIT
Repository
github
Last release
6 years ago

A yet another browser based editor, named QutCute.

# install it
$ npm install --global qut

# use it
$ qut README.md

And you'll see a browser editor on http://localhost:5000

Development

$ git clone https://github.com/saltyshiomix/qut.git

# install cli dependencies
$ cd qut
$ yarn # or `npm install`

# install client dependencies
$ cd editor
$ yarn # or `npm install`

Run as a development mode

Before start a qut command, start client development process:

$ cd editor
$ yarn dev # or `npm run dev`

Then, start the qut command:

# At the qut root...
$ yarn dev # or `npm run dev`

Run as a production mode

# At the qut root, run a build command
$ yarn build # or `npm run build`

# Run the qut command
$ node cli.js [file]
0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago