WineWay app developed as hobby project.
You can find out live demo on URL
Clone repository with one of the following ways and start coding.
with HTTPS:
git clone https://github.com/furkanyilmazx/wineway.gitwith SSH:
git clone [email protected]:furkanyilmazx/wineway.gityarnyarn startyarn builddocker build --rm -t wineway .docker run -di --name wineway -p 8888:80 winewaydocker pull furkanyilmaz/wineway:latest
docker run -di --name wineway -p 8888:80 furkanyilmaz/wineway:latest