gradio/website/homepage
Ali Abdalla 247cf2b5a1
Fix loading status on website (#2027)
* fix loading status, remove website skipping

* fixed formatting

* use generated index on landing page

* fix typing

* actually fix typing

Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
Co-authored-by: Ali Abid <aabid94@gmail.com>
2022-08-17 20:10:31 -07:00
..
src Fix loading status on website (#2027) 2022-08-17 20:10:31 -07: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 Fix local website build (#1980) 2022-08-09 10:25:03 -04: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 changes 2022-07-26 23:14:00 -07: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 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