Frontend for the youmiteru website.
- Clone repository:
git clone https://github.com/DJ-Java-Team/youmiteru-backend.git
- Go to the project root and build docker-compose:
docker-compose up --build
-
Clone repository:
git clone -b develop https://github.com/DJ-Java-Team/youmiteru-frontend.git
-
Create
.envfile inside frontend directory and insert there base url to api:Insert http://localhost:8020/api as value for VITE_BASE_API_URL
-
Sign up on Ngrok if you haven't registered account yet:
https://dashboard.ngrok.com/signupRename
ngrok-example.disttongrok.ymland configure it, pay attention that you do not have to make quotes! -
Run docker-compose:
docker-compose up --build