Iron Detailing is a mobile automotive detailing service based out or Los Angeles, CA. It serves Torrance, South Bay, and surrounding areas.
You can preview this site at irondetailing.netlify.app.
- Clone the repo and cd into its folder.
- Run
npm install
. - To run rtdl's website locally in dev mode, run
npm run dev
. You can view the site at http://localhost:3000/. - To build the website, run
npm run build
and it will output to the.next
folder.