This is the source code for the Remodelectrix LLC website located at remodelectrix.com.
Made with React, Vite and Tailwind CSS and some open source elements.
- Clone the repo and
cdinto it - Run
npm install - Run
npm run devto start the development server - Open http://localhost:80 in your browser to view the site
- Run
npm run buildto build the site - The built site will be in the
distfolder - Run
npm run previewto preview the built site
- Read the following instructions: How to deploy a static site
