Image64 is a web application that allows users to upload images and convert them to Base64 strings, as well as decode Base64 strings back into images.
To set up the project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/Kawaeee/image64.git cd image64 -
Install dependencies:
npm install
To start the development server, run:
npm run devThis will start the application in development mode and you can access it at http://localhost:3000.
To build the project for production, run:
npm run build