From 72c14280f00e67b72db39ed491807f47a90625df Mon Sep 17 00:00:00 2001 From: Nathaniel Tampus Date: Mon, 15 Jan 2024 19:54:58 +0800 Subject: [PATCH] update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 70dfd55..b4806f0 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Notes from the maintainer: Last commit

-

Yet another Chess web app. Live demo at ches.su.

+

Yet another Chess web app.

chessu @@ -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