Add the worst possible README

This commit is contained in:
Robbie Antenesse 2019-05-13 15:02:36 -06:00
parent 82d9ba9eee
commit b1516021bd
2 changed files with 11 additions and 1 deletions

9
README.md Normal file
View File

@ -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.

View File

@ -7,7 +7,8 @@
"author": "Robbie Antenesse <dev@alamantus.com>",
"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/*",