Skip to content

medzuslovjansky/slovnik

 
 

Repository files navigation

Logo Interslavic language dictionary Coverage Status

https://interslavic-dictionary.com

Installation

Recommended to use and install as PWA (Progressive Web App):

ios-guide.mov
android-guide.mov

Development

For start local development install dependencies

npm ci

then run generate dictionary

npm run generate-dictionary

and now you can start dev server

npm run dev

Testing

We have a storybook

For some functions we have a unit tests

npm run test:unit

also we have playwright tests for main using flows, for run it install playwright

npx playwright install --with-deps

then you can start tests cli

npm run test:pw

or run it in ui mode

npx playwright test --ui 

Acknowledgements

Using dictionary from: http://steen.free.fr/interslavic/dynamic_dictionary.html

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 83.4%
  • SCSS 10.2%
  • JavaScript 3.0%
  • HTML 2.2%
  • EJS 1.2%