Skip to content

harmonyso/harmonious

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

339 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

harmonious

Internal dashboard for Harmony — surfaces changelog, docs, video calls, and customer signals.

Structure

Path Description
client/ React + Vite frontend
server/ AWS SAM Lambda backend (TypeScript)
data/ Static/cached data artifacts
public-docs/ Git submodule → harmonyso/public-docs

public-docs submodule

Documentation source lives in the public-docs/ submodule, which points to the harmonyso/public-docs GitHub repository.

Clone with submodule:

git clone --recurse-submodules git@github.com:harmonyso/harmonious.git
# or, if already cloned:
git submodule update --init

Edit docs and push back:

cd public-docs
# edit files…
git add -A && git commit -m "docs: ..."
git push origin main          # pushes to harmonyso/public-docs

# back in harmonious root, record the new pointer:
cd ..
git add public-docs && git commit -m "chore: bump public-docs"

Pull latest docs from upstream:

git submodule update --remote public-docs
git add public-docs && git commit -m "chore: update public-docs to latest"

Development

See development.md inside the submodule, or the server README.

yarn dev          # starts client + server concurrently

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors