Skip to content

lacymorrow/susanmorrow.com

Repository files navigation

This is the open-source website for Susan Morrow, a fantastic Charlotte, NC therapist.

You can find her at 704-332-5153.

The dev site is hosted on Vercel at susanmorrow-com.vercel.app. Built by Lacy Morrow.


Based on nextjs-starter-forty and updated to conform to Next/Vercel in 2020.

A Next.js starter based on the Forty site template, designed by HTML5 UP. Check out https://codebushi.com/nextjs-website-starters/ for more Next.js starters and templates.

Getting Started

To get started, simply clone the repository and run npm install

# Clone the repo
git clone https://github.com/lacymorrow/susanmorrow.com.git

# Move into the new directory
cd susanmorrow.com

# Install npm packages
npm install

# Start up the next.js dev server, browse to http://localhost:3000/
npm run dev

Generating the Static Site

# Build and export the site, the static files are generated in the out/ folder
npm run export