Skip to content

zitherharp/nomna

Repository files navigation

Zither Harp Nomna

Submodules

  • app
  • assets
  • shared
  • calendar
  • dictionary
  • extension
  • fonts
  • keyboard
  • translate

Quick setup

git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin "url"
git push -u origin main

Getting started

git submodule init
git submodule sync --recursive
git submodule update --recursive
git submodule foreach git checkout master
git submodule foreach git pull origin master
git submodule foreach git checkout master