gradio/website/homepage
Ali Abdalla 67a5ba96b1
Fix embedded interfaces on touch screen devices (#2457)
* fix touch device issue

* Update CHANGELOG.md
2022-10-13 20:03:39 -07:00
..
src Fix embedded interfaces on touch screen devices (#2457) 2022-10-13 20:03:39 -07:00
.dockerignore
.gitignore
build.py Automated Release Notes (#2306) 2022-10-03 12:36:59 -07:00
Dockerfile Copy changelog file in website docker (#2384) 2022-10-03 13:31:58 -07:00
nginx.conf
package-lock.json
package.json Website fixes and refactoring (#2280) 2022-09-16 01:23:40 -07:00
postcss.config.js Website Refactoring and Styling (#1847) 2022-07-27 14:30:15 -04:00
README.md
requirements.txt Adding a Playground Tab to the Website (#1860) 2022-09-15 08:24:10 -07:00
tailwind.config.js

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