Add the worst possible README
This commit is contained in:
parent
82d9ba9eee
commit
b1516021bd
|
@ -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.
|
|
@ -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/*",
|
||||
|
|
Loading…
Reference in New Issue