- Commit
- c668791baa2670d84eef71b6ecab2be7280a58fd
- Parent
- 9ce3612716a4f433db91015c55eaf888901f78c3
- Author
- Pablo <pablo-escobar@riseup.net>
- Date
Added some extra information in the README
A simple SVG markup editor for the web
Added some extra information in the README
1 file changed, 10 insertions, 0 deletions
Status | File Name | N° Changes | Insertions | Deletions |
Modified | README.md | 10 | 10 | 0 |
diff --git a/README.md b/README.md @@ -9,6 +9,16 @@ run this on you server just dump the files somewhere. ## Building the Website +This is an [Elm](https://elm-lang.org/) application, so compiling it is simple +enought. [uglifyjs](https://www.npmjs.com/package/uglify-js) is used to minify +the JS. + +To build the website simply run + +``` +$ make build +``` + ### Dependencies * [Elm](https://elm-lang.org/)