A light-as-possible rewrite of Lexiconga
Go to file
Robbie Antenesse 502065b08a Update sql types; Add html input maxlength 2019-05-17 11:45:37 -06:00
src Update sql types; Add html input maxlength 2019-05-17 11:45:37 -06:00
.gitignore Add composer and some things to help with dev + basics 2019-05-13 17:18:31 -06:00
.postcssrc Set up autoprefixer for css 2019-05-07 15:55:55 -06:00
README.md Add the worst possible README 2019-05-13 15:02:36 -06:00
composer.json Add composer and some things to help with dev + basics 2019-05-13 17:18:31 -06:00
composer.lock Add composer and some things to help with dev + basics 2019-05-13 17:18:31 -06:00
index.html Update sql types; Add html input maxlength 2019-05-17 11:45:37 -06:00
package.json Make parcel generate relative path for scripts in dev 2019-05-14 15:00:31 -06:00
yarn.lock Add composer and some things to help with dev + basics 2019-05-13 17:18:31 -06:00

README.md

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.