mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-16 08:19:31 -06:00
Beginnings of JavaScript bindings
This commit is contained in:
24
src/runtime/javascript/README.md
Normal file
24
src/runtime/javascript/README.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# JavaScript (Node.js) bindings to PGF runtime
|
||||
|
||||
## Pre-requisites
|
||||
|
||||
```
|
||||
npm install
|
||||
```
|
||||
|
||||
You might need this:
|
||||
```
|
||||
PYTHON=/usr/bin/python2 npm install -g node-gyp
|
||||
```
|
||||
|
||||
## Installation
|
||||
|
||||
```
|
||||
npm run build
|
||||
```
|
||||
|
||||
## Running tests
|
||||
|
||||
```
|
||||
npm run test
|
||||
```
|
||||
Reference in New Issue
Block a user