A web-based dashboard for the game Path of Exile, built with Svelte. It helps players track market data, analyze trading opportunities, and view various in-game information to make more informed economic decisions.
To get a local copy up and running, follow these simple steps.
You need to have Node.js installed on your system.
git clone https://github.com/your_username/poe-dashboard-svelte.git
cd poe-dashboard-svelte
npm install
Development Mode: Run the app in development mode with live reloading.
npm run dev
Navigate to http://localhost:54545 (or the port specified in your console).
Production Mode: To build the optimized version of the app:
npm run build
To run the production build locally:
npm run start