Skip to content

dropzone/website

Repository files navigation

The Dropzone website

Accessible here: https://www.dropzone.dev

This website is built with svelte and svelte kit.

Developing

Run this site with

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To build this project, the static adapter is used.

Run this command to build:

npm run build

You 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.

Testing

Tests are written with Cypress.

$(npm bin)/cypress open

Deployment

Whenever something is merged into main and the tests pass, the site will be deployed.