Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 846 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 846 Bytes

Image Uploader

Preview

The project contains a solution for the devchallenges.io challenge "Image uploader". A full description of the solution can be found here.

Getting started

Install project dependencies

yarn install

To run the project you need to set environment variables declared in the .env.example file.

For development use the "dev" command as follows:

yarn dev

This will start development server.

To get a production build use the "build" command:

yarn build