README ¶ Ratatxt Console Ratatxt console web interface Local setup After cloning the repository, install dependencies: yarn Now you can run your local server: yarn start Server is located at http://localhost:4000 Now you can build the project: yarn run build Expand ▾ Collapse ▴ Documentation ¶ Index ¶ Constants func Run(addr, publicURL, apiHost string, logger *logrus.Logger) Constants ¶ View Source const ( Root = "build" Index = Root + "/index.html" DefaultAddr = ":8080" ) Variables ¶ This section is empty. Functions ¶ func Run ¶ func Run(addr, publicURL, apiHost string, logger *logrus.Logger) Run console ui server. Types ¶ This section is empty. Source Files ¶ View all Source files ui.go Click to show internal directories. Click to hide internal directories.