The purpose of this website is to aware the new driver/rides about the condition of Indian roads such as how people actually ride/drive, how to avoid rage, how to avoid accidents. Find the website here.
This is a Next.js project bootstrapped with create-next-app
.
The website is completely built on react-js
library of javascript
using NextJs
Framework for server-side rendering
In case you want to help developing it or simply saving it, you can fork the repository by clicking the button on the top-right corner of this page.
After the successful installation of nodejs
and npm
, clone this repository into your local system using the command below in git bash:
git clone https://github.com/dazzlerkumar/The-Great-Indian-Traffic.git
To download the required dependencies, navigate to the directory where the cloned repository resides and execute the following command:
npm install
Now, the project is ready to use.
You can check it using npm run dev
, it will locally host the website.
Open http://localhost:3000 with your browser to see the website running.
Tada!! Your website is up and running.
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
If you have any