Etymology Turkish is a web app that you can use to learn the history and origin of Turkish words. The platform includes thousands of Turkish words. You can look at the old version and roots of words. The design of Etymology Turkish is very simple, useful and responsive.
# install dependencies
npm install # or yarn
# serve in dev mode, with hot reload at localhost:3000
npm run dev
# build for production (universal)
npm run build
# serve in production mode (universal)
npm start
# validate code with ESLint (with Prettier)
npm run lint
# validate and fix with ESLint (with Prettier)
npm run lint:js
MIT