Inflatio is a web application that helps you calculate how inflation has affected your purchasing power.
- Clone the repository:
git clone https://github.com/wdeloo/Inflatio.git
cd Inflatio
- Install dependencies and build the project:
npm install
npm run build
- Start the server:
npm run start
