gradio/website/homepage
pngwn ae4277a9a8
move files (#3605)
* move files

* commit the rest of the files

* fix lockfile

* fix workflow

* fix type errors

* fix tests

* only run ci when certain files change

* run correct test command in ci

* version

* fix pypi script

---------

Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
2023-03-27 16:12:58 -07:00
..
src New Version Docs (#3557) 2023-03-21 11:23:26 -04:00
.dockerignore
.gitignore
build-version-docs.py
build.py
Dockerfile move files (#3605) 2023-03-27 16:12:58 -07:00
nginx.conf
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
tailwind.config.js Better docs navigation on mobile (#3112) 2023-02-07 12:42:57 -08:00
upload_demos.py
utils.py

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