commit f3c59927ceb272a039a3d86feae94fed8b9aff22 Author: karimalden Date: Sun Jun 23 12:15:44 2024 +0300 first commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..2f076d5 --- /dev/null +++ b/README.md @@ -0,0 +1,29 @@ +- Node v20.10.0 + +### Installation + +1. Clone the repository: + + ```bash + git clone https://repos.point-dev.net/Karimaldeen/school-dashboard.git + ``` + + ```bash + cd school-dashboard + ``` + +2. Install dependencies: + + ```bash + pnpm i + ``` + +### Usage + +Start the development server: + +```bash + +pnpm start + +```