quicktype/README.md

28 строки
374 B
Markdown
Исходник Обычный вид История

## Setup
```shell
$ npm run setup
```
## Edit
```shell
$ code . # open in VSCode
```
Install the `purescript-ide` extension in VSCode, then use the command pallete to start the `psc-ide` server for code completion, etc.
## Play
```shell
$ npm start
```
The react app will live-reload when you edit any source.
## Deploy
```shell
$ npm run deploy # quicktype.io
```