Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 328 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 328 Bytes

Snir's file upload client

This is the frontend client for Snir's file upload.

Demo

You can find a demo at: https://snirs-file-upload.netlify.com/

Running the application

  1. Run npm install
  2. Copy .env.example to .env and edit accordingly
  3. Run npm run serve

Building for production

  1. Run npm run build