Accessible here: https://www.dropzone.dev
This website is built with svelte and svelte kit.
Run this site with
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --openTo build this project, the static adapter is used.
Run this command to build:
npm run buildYou can preview the built app with
npm run preview, regardless of whether you installed an adapter. This should not be used to serve your app in production.
Tests are written with Cypress.
$(npm bin)/cypress openWhenever something is merged into main and the tests pass, the site will be
deployed.