To run the project locally, follow these steps:
-
Clone the repository to your local machine using the following command:
git clone https://github.com/sanamlimbu/website.git -
Navigate to the project directory:
cd website -
Install the dependencies:
npm install
Once the installation is complete, you can start the development server:
npm run dev
This will start the development server. Open the website in browser.
http://localhost:5173/
To deploy the project, you can follow these steps:
-
Build the optimized production-ready code:
npm run build -
Deploy the generated
buildfolder to your preferred hosting service. Some popular options for hosting React applications are Netlify, Vercel, and GitHub Pages. Refer to the documentation of your chosen hosting service for detailed instructions.
This project is licensed under the MIT License. Feel free to use and modify the code according to your needs.