Skip to content

Commit

Permalink
Update README: add deployment link and local development instructions
Browse files Browse the repository at this point in the history
* Add link to deployed version of the app
* Include instructions for running the app locally with `npm run dev` and accessing it at `http://localhost:5
  • Loading branch information
iKyel committed Apr 15, 2024
1 parent f765ca0 commit 8104421
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
4. Cài đặt các gói phụ thuộc: `npm install`

## Chạy dự án

Có thể chơi ngay tại: `chess-game-minimax.onrender.com/`
Hoặc chạy trên localhost:
1. Khởi động ứng dụng React: `npm run dev`
2. Truy cập `http://localhost:5173/` trong trình duyệt.

Expand Down

0 comments on commit 8104421

Please sign in to comment.