mrhut10 / futuresFineFurniture

futuresFineFurniture ecom website
https://futuresfinefurnitureandbedding.com
3 stars 1 forks source link

Futures Fine Furniture & Bedding Frontend Website

This mono-repo contains

Technologies Used

Quick Start

environment variables

Set up Dev Environment

You'll need node and npm installed, would be usefull to install gatsby-cli

once you've got environment setup then run

  npm install
  npm run dev

this will setup a local version of webpage at localhost:8000/ and adminpage at localhost:3333

Production Build - webpage

assuming you've got dev environment setup and working run

npm run build-web

it will create production files in webpage/public

Production Build - adminpage

assuming you've got dev environment setup and working run

npm run build-admin

it will create production files in adminpage/dist

Contributions

Would love to see Contributions already I owe a huge thank you to lukebennett88 twitter @lukebennett who did the bulk of the migration to tailwindcss for styling and also did a lot of styling the site