Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.19 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.19 KB

Polymagix

Polymagix is a React project that allows users to draw polygons on a trasparent Leaflet map with the help of an optional underlying image. This project provides an intuitive and interactive interface for creating custom region selections, data visualization, or artistic map designs.

Getting Started

Follow the steps below to get started with Polymagix:

Prerequisites

Make sure you have Node.js and npm installed on your machine.

Installation

Clone this repository to your local machine or download the source code. Open a terminal or command prompt and navigate to the project directory. Run the following command to install the project dependencies:

npm install

To start the project locally, use the following command:

npm run start

This will launch the application in development mode. Open your browser and visit http://localhost:3000 to see Polymagix in action.

A live version of the project is also available at : https://polymagix.pages.dev

Contributions

Contributions to Polymagix are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.

License

This project is licensed under the MIT License.