Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 433 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 433 Bytes

Metafox Framework Repository

Directory structure

backend

Backend repository

frontend

Frontend repository

Setup Steps

  1. Clone this repo.
  2. Run: ./setup.sh to setup environment.
  3. Verify the environment variables in .env file.
  4. Run: docker-compose up -d.
  5. Run: ./install.sh to setup backend.
  6. Run: ./build-frontend.sh to rebuild frontend.
  7. The site is now accessible via http://localhost:8080