Docker Build
Step-by-step Installation Guide
-
Open
git-bashterminal in your Projects directory and follow the steps given below. -
Clone the repository using any of the following methods
- SSH
- HTTPS
- GitHub CLI
git clone git@github.com:Sukanyeah/FramyBase.gitgit clone https://github.com/Sukanyeah/FramyBase.gitgh repo clone Sukanyeah/FramyBase -
Change to the project directory
cd FramyBase -
Start development server using
Docker Desktopdocker compose up -d
Development server will be up and running by now.