From 9282b21e1de8e378cb68576378d62a5fe7cb7ea2 Mon Sep 17 00:00:00 2001 From: Amit Chaudhary Date: Thu, 25 Apr 2024 11:52:08 +0530 Subject: [PATCH] add info to website's readme --- website/README.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/website/README.md b/website/README.md index f768e33..e49ba84 100644 --- a/website/README.md +++ b/website/README.md @@ -1,8 +1,13 @@ -# React + Vite +## Mousam Website -This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules. +#### Tech Stack + - React + Vite with js + - Tailwind css -Currently, two official plugins are available: +#### Developer Options -- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh -- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh +Run locally +> npm run dev + +Deploy to gh-pages +> npm run deploy (only collaborators can deploy) \ No newline at end of file