/download

Primary LanguageTypeScriptMIT LicenseMIT

The source code the downloads page for Quill. It's built on React and Gatsby.

Getting Started

Development

To start a development server, run the following command.

yarn start

The server will be accessible on localhost:8000.

Production

To build a static version of the downloads page for production, run the following command.

yarn build

This compiles the translation files, and creates a production build. The downloads page is automatically built and deployed when a new tag is pushed.

License

The downloads page is MIT licensed.