Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 700 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 700 Bytes

symfony-docker

Supported OS:

  • MacOs
  • Linux

Installation

  1. Install Bun.sh with curl -fsSL https://bun.sh/install | bash command
  2. Then re-open your terminal to take the changes into account
  3. Clone the repository
  4. Run bin/installer to set up sfd on your environment
  5. Restart your terminal
  6. Run sfd

Development

  1. Clone the repository
  2. Install dependencies with bun install
  3. Run the CLI with bun dev
  4. Build the CLI with bun run build

Dependencies