Ali Abdalla 1bc817a600
Sort components in docs by alphabetic order (#3152)
* alhabetic ordering of components

* changelog
2023-02-08 19:07:23 -08:00
..
2022-02-15 05:35:08 +04:00
2022-10-14 14:07:26 -07:00
2023-01-19 05:48:22 -05:00
2022-07-26 23:14:00 -07:00
2022-07-06 16:22:10 -07:00

Building Gradio Website

Run the following commands in order:

  • pip install -r requirements.txt
  • npm install
  • npm run build (or npm run build-mac on Mac OSX)

The website will be built in the build/ folder as a static website. To launch, run: cd build && python3 -m http.server