| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This repo includes docker-compose configurations for easily launching a full working instance of the site with a single command.
To start a dev instance, all you need is:
# Download this repository git clone https://github.com/TF2Stadium/docker cd docker # Start dev environment ./dev up -d
And you should have a full running instance of the site now available at http://localhost:4001
To develop on a component, you generally need to ./dev stop some_service_name and then run that service locally, pointed at services that are still running in Docker.
| Back | FazBrowse Home | New Git URL |