https://github.com/dropzone/website
www.dropzone.dev
https://github.com/dropzone/website
Last synced: about 2 months ago
JSON representation
www.dropzone.dev
- Host: GitHub
- URL: https://github.com/dropzone/website
- Owner: dropzone
- Created: 2021-09-09T10:07:40.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-20T10:39:01.000Z (about 1 year ago)
- Last Synced: 2025-02-25T16:33:42.767Z (11 months ago)
- Language: Svelte
- Size: 9.76 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Dropzone website
Accessible here: https://www.dropzone.dev
This website is built with [svelte](https://svelte.dev) and [svelte kit](https://kit.svelte.dev).
## Developing
Run this site with
```bash
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](https://github.com/sveltejs/kit/tree/master/packages/adapter-static)
is used.
Run this command to build:
```bash
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.
```bash
$(npm bin)/cypress open
```
## Deployment
Whenever something is merged into `main` and the tests pass, the site will be
deployed.