Simplify build scripts and implement preliminary tests

This commit is contained in:
hensm
2018-06-11 03:42:04 +01:00
parent 7cb626841f
commit f20f96cf10
19 changed files with 6021 additions and 11 deletions

View File

@@ -28,9 +28,9 @@ Only tested on Linux. mDNS library issue to be fixed. `mdns` only works on Windo
````
git clone https://github.com/hensm/caster.git
npm install ./ext --prefix ./ext
npm install ./app --prefix ./app
npm run build --prefix ./ext
npm install
npm run build
npm test
````
Installer scripts aren't written yet, so registering the native messaging manifest with Firefox and specifiying the path must be done manually: