gradio/website/homepage
Freddy Boulton 0ed76aa32b
Add back component info (#1741)
Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
2022-07-11 10:15:54 -04:00
..
src Add back component info (#1741) 2022-07-11 10:15:54 -04: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 Live website changes (#1578) 2022-07-06 16:22:10 -07: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