diff --git a/README.md b/README.md new file mode 100644 index 0000000..8e38918 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# Lexiconga + +This is the light-as-possible rewrite of Lexiconga. + +## Installation + +Clone and run `yarn` to install dependencies. + +`npm start` bundles and watches frontend changes. For backend stuff, set up a junction link to `dist` from the root of your php-processing server. \ No newline at end of file diff --git a/package.json b/package.json index 4da239f..5539c1c 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,8 @@ "author": "Robbie Antenesse ", "license": "UNLICENCED", "scripts": { - "start": "parcel index.html", + "start": "parcel watch index.html", + "serve-frontend-only": "parcel index.html", "bundle": "parcel build index.html", "clear": "npm run clear-dist && npm run clear-cache", "clear-dist": "rimraf dist/*",