Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 853 Bytes

README.md

File metadata and controls

44 lines (28 loc) · 853 Bytes

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.