The source code the downloads page for Quill. It's built on React and Gatsby.
To start a development server, run the following command.
yarn start
The server will be accessible on localhost:8000
.
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.
The downloads page is MIT licensed.