A website built to showcase the services rendered and projects undertaken by Eminence Construction. Design for mobile and desktop has been closely followed, with designs for intermediate screen sizes inferred from these.
Built with Next.js and Tailwind. Hosted with Vercel. See the eminence-cms
sister site for the headless CMS built with Strapi that provides content data to this frontend.
Visit localhost after running the dev
or start
commands below to view the app in the browser.
Clone or fork the project, then run the command from the project directory.
Pull the environment variables from Vercel and save locally to .env.local
with this command. Need to install the Vercel CLI first. Used for working with the contact form and the Strapi CMS.
Start the app locally in development mode.
Run a fresh build and then start the app in production mode. Useful to do before deploying changes to ensure everything is working as expected.