- React
- TypeScript
- ReactQuery
- MUI
- ReactLeaflet
All data about station are from https://eipa.udt.gov.pl/ and are limited to stations located in Poland. To test the application while outside Poland, please change the geolocation in your browser.
Before you start, you need to have Node.js and npm installed on your machine.
- Clone the repository to your local machine:
git clone https://github.com/justynalem/powerHub.git
- Install the dependencies:
npm install
To start the development server, run:
npm run dev
This will start the development server at http://localhost:5173
.
To build the production version of the app, run:
npm run build
This will create a dist
directory with the compiled assets.