Skip to content

Documentation website for Chonky, a File Browser for React.

License

Notifications You must be signed in to change notification settings

chenqiny/chonky-website

 
 

Repository files navigation

Chonky website

This repo contains the source code for the landing page, documentation and storybooks for Chonky - A File Browser for React.

The website is available at: https://chonky.io

If you have an issue, please report it in the main Chonky repository: https://github.com/TimboKZ/Chonky

Repository structure

  • landing/ - CRA landing page project shared by all versions, available at chonky.io/.
  • 2.x_docz/ - Docz project for Chonky v2.x, available at chonky.io/docs/2.x/.
  • 2.x_storybook/ - Storybook project for Chonky v2.x, available at chonky.io/storybook/2.x/.

Notes: Docs for v0.x and v1.x are available at chonky.io/docs/0.x/ and chonky.io/docs/1.x/ respectively. They are deployed separately.

Building & uploading

To install recursively install dependencies, build all projects, and deploy them, run the following commands:

npm run install:all
npm run build:all
npm run deploy:all

The last step requires the correct AWS credentials to be setup in the deployment environment. These credentials are only available to project maintainers.

About

Documentation website for Chonky, a File Browser for React.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 71.9%
  • TypeScript 23.3%
  • JavaScript 3.8%
  • Other 1.0%