Skip to content

eizolearn/eizolearn-ui

Repository files navigation

Eizo Learn

A platform to start visually learning languages.

The repo requires installed Node (17+) and pnpm.

Commands:

  • pnpm run build -- generates bundle for production.
  • pnpm run dev -- spin up in development mode, watching actively for the changes.
  • pnpm run start -- spin up in production mode, serving pregenerated bundle.
  • pnpm run check -- statically checks the code for any issues (svelte, typescript, prettier).
  • pnpm run fix -- fixes automatically any fixable static problems.

Dev server spins up at 'http://localhost:5000'