Skip to content

Commit

Permalink
add info to website's readme
Browse files Browse the repository at this point in the history
  • Loading branch information
amit9838 committed Apr 25, 2024
1 parent ef7d1f8 commit 9282b21
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions website/README.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 9282b21

Please sign in to comment.