gradio/website/homepage
2022-07-21 01:54:38 +01:00
..
src fix underscore bug in demo names (#1840) 2022-07-21 01:54:38 +01:00
.dockerignore Fixing Website Reload (#610) 2022-02-15 05:35:08 +04:00
.gitignore Website: WIP (#328) 2021-12-13 22:02:19 -08:00
build.py Live website changes (#1578) 2022-07-06 16:22:10 -07:00
Dockerfile copy test dir in dockers (#1827) 2022-07-19 16:13:51 +01:00
nginx.conf Website Design Changes (#1015) 2022-05-13 19:48:46 -07:00
package-lock.json Live website changes (#1578) 2022-07-06 16:22:10 -07:00
package.json Live website changes (#1578) 2022-07-06 16:22:10 -07:00
postcss.config.js Live website changes (#1578) 2022-07-06 16:22:10 -07:00
README.md Live website changes (#1578) 2022-07-06 16:22:10 -07:00
requirements.txt Live website changes (#1578) 2022-07-06 16:22:10 -07:00
tailwind.config.js Live website changes (#1578) 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