Backend repository
Frontend repository
- Clone this repo.
- Run:
./setup.sh
to setup environment. - Verify the environment variables in .env file.
- Run:
docker-compose up -d
. - Run:
./install.sh
to setup backend. - Run:
./build-frontend.sh
to rebuild frontend. - The site is now accessible via http://localhost:8080