Website for viewing current & tomorrow's electricity prices in Finland
Explore the docs »
View Demo .
Report Bug .
Request Feature
- Clone the repo
git clone https://github.com/thevaldev/epossu-fi.git
- Navigate to the project directory
cd epossu-fi
- Install dependencies
npm install
- Start the development server
npm run dev
- Open the URL specified in the terminal. Default:
open http://localhost:5173/
- The API is located in https://api.epossu.fi/
- Docs can be found in https://www.epossu.fi/api/
npm run dev
- Main dev server, runs everything needednpm run build
- Builds the website for productionnpm run test
- Runs the unit tests for the project
This project is licensed under the MIT license