ShwetKhatri2001 / AR-Webstore

Webstore built to showcase photorealistic 3D digital objects in AR
https://ar-webstore.netlify.app/
MIT License
58 stars 101 forks source link

Addition of Docker #218

Closed Girishbari closed 8 months ago

Girishbari commented 9 months ago

Description

I visited the website and GitHub repo, and while skimming through project I wondered that is there any way to get it locally instantly without node modules but there are none, Implementing DockerFile could be a great thing

Screenshots

image

Checklist

Girishbari commented 9 months ago

@ShwetKhatri2001 what say..?

ShwetKhatri2001 commented 8 months ago

Can you describe more about how people will be able to setup the project using Docker then?

Girishbari commented 8 months ago

I assume you have an understanding of docker, considering this one only needs to run docker compose run which installs the dependencies and allows user to run it locally, w/o npm install

ShwetKhatri2001 commented 8 months ago

Okay, you can work on that.