Просмотр исходного кода

document how to get a development setup

only `make` is essential, to fetch the custom codemirror code.
Lucas Stadler лет назад: 11
Родитель
Сommit
0e4bf72acc
1 измененных файлов с 12 добавлено и 0 удалено
  1. 12 0
      go/linguaevalia/README.md

+ 12 - 0
go/linguaevalia/README.md

40
[one for rust](./bin/run-rust)) or you can implement the `Language`
40
[one for rust](./bin/run-rust)) or you can implement the `Language`
41
interface.
41
interface.
42
42
43
## Development setup
44
45
```
46
~ $ git clone git://github.com/heyLu/lp
47
~ $ cd lp/go/linguaevalia
48
~/lp/go/linguaevalia $ make               # download codemirror
49
~/lp/go/linguaevalia $ go run
50
```
51
52
Alternatively, replace `go run` with `qst linguaevalia.go`, to restart
53
the server automatically if `linguaevalia.go` changes.
54
43
## Contributions and feedback welcome!
55
## Contributions and feedback welcome!
44
56
45
Tell me what you do with it, when it helped you, what you're missing.
57
Tell me what you do with it, when it helped you, what you're missing.