gradio/website/homepage
2023-05-12 16:22:25 +01:00
..
src 3712 js client (#3899) 2023-05-12 16:22:25 +01:00
.dockerignore
.gitignore
build-version-docs.py Switch linting to Ruff (#3710) 2023-04-03 15:48:18 -07:00
build.py Switch linting to Ruff (#3710) 2023-04-03 15:48:18 -07:00
Dockerfile Fix website build issue (#4142) 2023-05-10 18:31:44 +04:00
nginx.conf Undo quickstart redirect (#3020) 2023-01-19 05:48:22 -05:00
package-lock.json
package.json
postcss.config.js
README.md Updated chat ui (#3370) 2023-03-03 18:17:48 -08:00
requirements.txt
restart_demos.py Switch linting to Ruff (#3710) 2023-04-03 15:48:18 -07:00
tailwind.config.js Better docs navigation on mobile (#3112) 2023-02-07 12:42:57 -08:00
upload_demos.py import (#3742) 2023-04-03 17:44:32 -07:00
utils.py Switch linting to Ruff (#3710) 2023-04-03 15:48:18 -07:00

Building Gradio Website

Run the following commands in order:

  • pip install -r requirements.txt
  • npm install
  • npm run build --url a

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