From 2cd392595f855b8872ff4d744897cf75da3af098 Mon Sep 17 00:00:00 2001 From: kilyabin <65072190+kilyabin@users.noreply.github.com> Date: Tue, 25 Nov 2025 14:45:11 +0400 Subject: [PATCH] Update README.md --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index f2dffe9..7250757 100644 --- a/README.md +++ b/README.md @@ -17,11 +17,9 @@ Reskin of https://lk.ks.psuti.ru/ since it lacks mobile support. - TypeScript 5.6.0 with types for each package - Telegram Bot API (via [node-telegram-bot-api]) for parsing failure notifications - Custom [js parser for teachers' photos](https://gist.github.com/VityaSchel/28f1a360ee7798511765910b39c6086c) -- Accessability & tab navigation support +- Accessibility & tab navigation support - Dark theme with automatic switching based on system settings -Tools used: pnpm, eslint, react-icons. Deployed with Netlify and supported by Cloudflare. - ## Known issues - Previous week cannot be accessed if you enter from main "/" @@ -40,14 +38,9 @@ Workaround: Locate to next week, then enter previous twice. ```bash # Install dependencies npm install -# or -pnpm install # Run development server npm run dev -# or -pnpm dev -``` ### Docker deployment