Welcome to the IndoSphere project! Follow these steps to get up and running quickly. 🚀
Open any terminal of your choice:
- Bash (Linux/macOS)
- CMD (Windows)
- PowerShell (Windows)
In your terminal, type the following command and press Enter:
git clone [email protected]:yatharthagarwal/IndoSphere.git
Navigate into the IndoSphere project folder:
cd IndoSphere
npm install
Press Enter to run the command. This will set up the necessary packages for the project. 📦
npm run dev
This will compile the project and start the local development server. 🌐
After the server starts, you will see a URL in the terminal (usually http://localhost:3000). Open this URL in your web browser to view the project. 🔍