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.git
with SSH:
git clone git@github.com:furkanyilmazx/wineway.git
yarn
yarn start
yarn build
docker build --rm -t wineway .
docker run -di --name wineway -p 8888:80 wineway
docker pull furkanyilmaz/wineway:latest
docker run -di --name wineway -p 8888:80 furkanyilmaz/wineway:latest