gradio/website/homepage
github-actions[bot] 36f1951305
New Version Docs (#2663)
* [create-pull-request] automated change

* allow empty

* [create-pull-request] automated change

Co-authored-by: aliabid94 <aliabid94@users.noreply.github.com>
Co-authored-by: freddyaboulton <alfonsoboulton@gmail.com>
Co-authored-by: abidlabs <abidlabs@users.noreply.github.com>
2022-11-17 13:35:37 -05:00
..
src New Version Docs (#2663) 2022-11-17 13:35:37 -05:00
.dockerignore Fixing Website Reload (#610) 2022-02-15 05:35:08 +04:00
.gitignore Upload all demos to spaces (#2281) 2022-10-14 14:07:26 -07:00
build-version-docs.py Dropdown for seeing docs as latest or main (#2544) 2022-11-08 13:02:05 +01:00
build.py Dropdown for seeing docs as latest or main (#2544) 2022-11-08 13:02:05 +01:00
Dockerfile Dropdown for seeing docs as latest or main (#2544) 2022-11-08 13:02:05 +01:00
nginx.conf Website Design Changes (#1015) 2022-05-13 19:48:46 -07:00
package-lock.json changes 2022-07-26 23:14:00 -07:00
package.json Dropdown for seeing docs as latest or main (#2544) 2022-11-08 13:02:05 +01:00
postcss.config.js Website Refactoring and Styling (#1847) 2022-07-27 14:30:15 -04:00
README.md Live website changes (#1578) 2022-07-06 16:22:10 -07:00
requirements.txt Adding a Playground Tab to the Website (#1860) 2022-09-15 08:24:10 -07:00
restart_demos.py Dropdown for seeing docs as latest or main (#2544) 2022-11-08 13:02:05 +01:00
tailwind.config.js Live website changes (#1578) 2022-07-06 16:22:10 -07:00
upload_demos.py Dropdown for seeing docs as latest or main (#2544) 2022-11-08 13:02:05 +01:00
utils.py Dropdown for seeing docs as latest or main (#2544) 2022-11-08 13:02:05 +01: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