Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 344 Bytes

File metadata and controls

12 lines (8 loc) · 344 Bytes

Computer Anything

Development

  • Install dependencies: composer install
  • Build docker image: docker build -t computer-anything .
  • Run docker container: docker run -p 8080:80 computer-anything
  • Access the application: http://localhost:8080

Production

Render is used for deployment. The application is deployed to a server.