WIP. A web-based virtual furniture showroom where I'll be adding more features over time.
Download Node.js. Run these following commands:
TO INSTALL DEPENDENCIES:
npm install
TO RUN ON YOUR LOCAL SERVER, localhost:8080:
npm run dev
TO RUN PRODUCTION BUILD TO 'dist' DIRECTORY:
npm run build