From 72c14280f00e67b72db39ed491807f47a90625df Mon Sep 17 00:00:00 2001
From: Nathaniel Tampus
Yet another Chess web app. Live demo at ches.su.
+Yet another Chess web app.
@@ -35,8 +35,8 @@ Built with Next.js 14, Tailwind CSS + daisyUI, react-chessboard, chess.js, Expre
This project is structured as a monorepo using **pnpm** workspaces, separated into three packages:
-- `client` - Next.js application for the front-end, deployed to [ches.su](https://ches.su) via Vercel.
-- `server` - Node/Express.js application for the back-end, deployed to [server.ches.su](https://server.ches.su) via Railway.
+- `client` - Next.js application for the front-end, ~~deployed to ches.su via Vercel~~.
+- `server` - Node/Express.js application for the back-end, ~~deployed to server.ches.su via Railway~~.
- `types` - Shared type definitions required by the client and server.
### Getting started