To get started, simply clone the repository and run npm install
# Clone the repo
git clone https://github.com/Kpglow/next-website-remodel.git
# Move into the new directory
cd nextjs-starter-dimension/
# Install npm packages
npm install
# Start up the next.js dev server, browse to http://localhost:3000/
npm run dev