This is an application for learners of Polish as a foreign language. The app addresses common mistakes made by Russian native speakers.
Deployed at mentle.vuode.me
This repo includes the following packages/apps:
web
: main Next.js app@mentle/ui
: a React component library@mentle/eslint-config
:eslint
configurations@mentle/typescript-config
:tsconfig.json
s used throughout the monorepo
To build all apps and packages, run the following command:
cd mentle
npm build
To develop all apps and packages, run the following command:
cd mentle
npm dev