To get started with the project on your local machine, follow the instructions below.
Before running the project, ensure that you have the following prerequisites installed:
- Node.js (includes npm)
- TypeScript (global installation)
- Next.js (global installation)
-
Clone the repository to your local machine: git clone https://github.com/your-username/Map-software.git
-
Navigate to the project's root directory: cd Map-software
-
Install the required dependencies: npm install
npm run dev
This command will start the Next.js development server and compile the project. Keep the terminal window open and watch for messages indicating that the server is running.
You should now see the project running in your browser. Any changes you make to the code will trigger hot-reloading, updating the browser in real-time.