Finds the conjugation of Ancient Greek verbs.
The conjugations are built on the Greek verb conjugations entered by users in Wiktionary.
https://apps.perseids.org/greek-conjugator/
Type a word in the input box and you should see the conjugation(s) appear below.
yarn install
cd scripts/
ruby crawler.rb
ruby parser.rb
cp *.json ../src/dictionaries/
yarn start
Before creating a production build you need to know the path where it will be accessed.
Then run the command PUBLIC_URL='./path/of/app' yarn build
.
This will generate a set of static files in the build/
directory that you can serve.
For example, if you want to deploy it at www.example.com/
then run PUBLIC_URL='./' yarn build
.
If you want to deploy it at www.example.com/lexica/conjugator
then run
PUBLIC_URL='./lexica/conjugator' yarn build
.
yarn test
yarn lint
yarn deploy-github
yarn deploy-perseids