svg.escobar.life

A simple SVG markup editor for the web

Commit
58e74b2473def28c9a63df069ced3ba43aebf04d
Parent
1e6eba4519f7f55f9c7f7e96f4e49dd27a411be6
Author
Pablo <pablo-escobar@riseup.net>
Date

Added notes on some of the dependencies to the README

Diffstat

1 file changed, 12 insertions, 0 deletions

Status File Name N° Changes Insertions Deletions
Modified README.md 12 12 0
diff --git a/README.md b/README.md
@@ -1,4 +1,16 @@
+# SVG Editor
+
+A simple, visual SVG markup editor for the web
+
 ## Running This on Your Server
 
 Despite the looks, this is a completely static application. In other words, to
 run this on you server just dump the files somewhere.
+
+## Building the Website
+
+### Dependencies
+
+* [Elm](https://elm-lang.org/)
+* [uglifyjs](https://www.npmjs.com/package/uglify-js)
+