diff --git a/README.md b/README.md index fad40f1..405f4b2 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,24 @@ Clear, concise pull requests are excellent at continuing the project's community Please make your commits in logical sections with clear commit messages. +##### Setting up dev environment + +``` +npm install +npm run watch +``` + +If you want to do a quick test with your modified code: + +``` +npm install http-server -g +http-server . +``` + +Navigate to `http://localhost:8080/test.html` + +When you are ready to put in your PR and want to update the `dist/` with a minified production-ready version, do `npm run production` + ## License diff --git a/test.html b/test.html new file mode 100644 index 0000000..6be974c --- /dev/null +++ b/test.html @@ -0,0 +1,13 @@ + + + +
+ + + \ No newline at end of file diff --git a/test.pdf b/test.pdf new file mode 100644 index 0000000..7a6943e Binary files /dev/null and b/test.pdf differ