A light-as-possible rewrite of Lexiconga
Go to file
Robbie Antenesse 6aef828f42 Default lastUpdated to created; extra error messaging 2019-05-21 18:54:19 -06:00
src Default lastUpdated to created; extra error messaging 2019-05-21 18:54:19 -06:00
.gitignore Force local project database user/password setup 2019-05-17 12:52:20 -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 Fix watch-php script needing quotes 2019-05-17 12:22:11 -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.