Skip to content

transloadit/uppy.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0e2cb0b · Feb 11, 2025
Nov 26, 2024
Apr 3, 2023
Apr 3, 2023
Jul 23, 2024
Feb 11, 2025
Feb 4, 2025
Jan 8, 2025
Mar 21, 2023
Jan 10, 2023
Nov 26, 2024
Jan 2, 2023
Apr 9, 2024
Mar 16, 2023
Jul 15, 2024
Nov 20, 2023
Jul 3, 2024
Mar 16, 2023
Dec 28, 2022
Jan 6, 2025
Jan 15, 2025
Dec 28, 2022
Mar 14, 2024
Feb 10, 2025

Repository files navigation

Uppy.io

Website and documentation for uppy.io.

Code for uppy.io/blog lives in this repo.
Code for uppy.io/docs lives in github.com/transloadit/uppy.

Developer guide

If you want to edit uppy.io/blog, just edit the files in this repo.

If you want to edit uppy.io/docs, then you should:

  1. Clone both the uppy repo and uppy.io repo.

  2. Then, from your uppy.io clone, run:

    ln -s /path-to-your-uppy-repo/docs docs

    Now, treat /uppy/docs as your working directory, but run the build/lint scripts from your /uppy.io directory - /uppy.io will pick up your changes.

Install Dependencies

corepack yarn

Local Development

corepack yarn dev

This command builds /uppy/docs and /uppy.io, and shows them in a browser. Most changes are reflected live without having to restart the server.

Lint

corepack yarn run format
corepack yarn lint

This command lints /uppy/docs and /uppy.io.

Build

corepack yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.


This website is built using Docusaurus 2, a modern static website generator.