This repository contains the source code for anirveda's website.
Visit the website at anirveda.osailpdeu.in
- React
- Tailwind CSS
- Vite (for development server)
Here's the maintainer's guide for maintainers.
- Node.js (Download from here)
- npm (comes with Node.js)
- Clone the repository
- Run
npm install
to install all the dependencies - Run
npm run dev
to start the development server - Open
localhost:3000
in your browser