The quick and easy dictionary builder for constructed languages. https://lexicon.ga
Go to file
Robbie Antenesse 9df29b8d20 Prevent Parcel from removing ids from SVGs 2019-07-11 10:45:08 -06:00
src Fix settings not existing before being used 2019-07-11 10:45:08 -06:00
.gitignore Force local project database user/password setup 2019-05-17 12:52:20 -06:00
.htmlnanorc Prevent Parcel from removing ids from SVGs 2019-07-11 10:45:08 -06:00
.postcssrc Set up autoprefixer for css 2019-05-07 15:55:55 -06:00
README.md Update README.md to be helpful 2019-05-21 19:42:38 -06:00
ads.json Update ads 2019-07-11 10:45:06 -06:00
advertising.html Add logo and favicon; style logo for each theme 2019-07-11 10:45:06 -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 Add logo and favicon; style logo for each theme 2019-07-11 10:45:06 -06:00
package.json Finish up password reset 2019-07-11 10:45:07 -06:00
template-passwordreset.html Finish up password reset 2019-07-11 10:45:07 -06:00
template-view.html Rename view.html for the router to template-view.html 2019-07-11 10:45:07 -06:00
yarn.lock Re-upgrade parcel-bundler, use no-hmr as workaround 2019-07-11 10:45:06 -06:00

README.md

Lexiconga

This is the light-as-possible rewrite of Lexiconga.

Installation

  1. Clone and run yarn and composer install to install dependencies.
  2. Import src/structure.sql into a database called 'lexiconga' on your MariaDB server to get the database structure.
  3. Copy src/php/api/config.php.changeme to src/php/api/config.php and update the values within to enable connections to your lexiconga database.

Requirements

Development

npm start bundles and watches frontend and backend changes. Set up a junction link to dist from the root of your php-processing web server.

It's less useful, but npm run serve-frontend-only will bundle and serve only the front end stuff from localhost:1234. The bundled files all still get bundled into dist.

Production

npm run bundle bundles and minifies the frontend stuff and also copies the backend stuff to dist. Be sure to run npm run clear to delete the contents of dist and .cache before using npm run bundle to make sure you don't get old dev versions of the bundled code included in your upload.