webrecorder / wacz-uploader

A straightforward single page application for uploading your WACZ archives to IPFS
GNU Affero General Public License v3.0
5 stars 0 forks source link

Setup prod build #13

Closed SuaYoo closed 1 year ago

SuaYoo commented 1 year ago

Resolves https://github.com/webrecorder/wacz-uploader/issues/10

Example workflow output: https://github.com/webrecorder/wacz-uploader/actions/runs/3372538213/jobs/5596088165

Manual testing

  1. Create .env file (cp .env.sample .env) and specify PUBLIC_WEB3_STORAGE_TOKEN
  2. Run app with npm run dev. Verify app functions as expected.