Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 611 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 611 Bytes

Rect OTF

Prerequisites

  • PHP 8.x

Setup project locally

  1. Clone the repository to desired directory.
  2. Open root of project directory in terminal
  3. Run php -S localhost:8000 to run server.
  4. Access site on http://localhost:8000

Project specification

  • Written in PHP as a backend.
  • It will be a playground environment to run ReCT code.
  • Can have environments (In version 1 or 2)
  • Virtual environments (In version 1 or 2)

v0.x.x roadmap

  • Should implement all functionality
  • Does not need to look pretty

v1.x.x roadmap

  • Optimise the entire system
  • Make it look prettier