Skip to content

vuode/mentle

Repository files navigation

mentle

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

What's inside?

This repo includes the following packages/apps:

Apps and Packages

  • web: main Next.js app
  • @mentle/ui: a React component library
  • @mentle/eslint-config: eslint configurations
  • @mentle/typescript-config: tsconfig.jsons used throughout the monorepo

Build

To build all apps and packages, run the following command:

cd mentle
npm build

Develop

To develop all apps and packages, run the following command:

cd mentle
npm dev