Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lacymorrow/susanmorrow.com
Client site for susanmorrow.us
https://github.com/lacymorrow/susanmorrow.com
charlotte-north-carolina couns counseling couples nextjs psychology static-site therapy
Last synced: 15 days ago
JSON representation
Client site for susanmorrow.us
- Host: GitHub
- URL: https://github.com/lacymorrow/susanmorrow.com
- Owner: lacymorrow
- Created: 2018-08-31T14:01:47.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-27T03:13:21.000Z (about 1 year ago)
- Last Synced: 2024-04-13T21:20:21.303Z (7 months ago)
- Topics: charlotte-north-carolina, couns, counseling, couples, nextjs, psychology, static-site, therapy
- Language: SCSS
- Homepage: https://www.susanmorrow.us/
- Size: 120 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Susanmorrow.us](https://www.susanmorrow.us/)
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](https://susanmorrow-com.vercel.app). Built by [Lacy Morrow](https://lacymorrow.com).
---
> Based on [nextjs-starter-forty](https://github.com/codebushi/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
```