Skip to content

ACC-Hymns/acchymns-web

Repository files navigation

ACC Hymns

Central ACC Hymnal for many song books used across the ACC

Using ACC Hymns

Android iOS Web
acchymns.app

Hymnal Progress

A table showing the development and implemented features for each hymnal: Spreadsheet

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build
npm run preview # To preview the minified website

Lint with ESLint

npm run lint

Workflow for developing IOS/Android

npm run dev # Until happy with changes
npm run build # Build & minify all changes
npx cap sync # Sync all web changes to native apps

# Open in native app editor
npx cap open ios # XCode
npx cap open android # Android Studio

# Run emulator (these commands will sync+build&run)
npx cap run ios
npx cap run android

Recommended IDE Setup

VSCode + Vue - Official

Customize configuration

See Vite Configuration Reference.

Style Guide

const snake_case: string = "Lorem ipsum";
type PascalCase = {
    snake_case: string;
};
function doSomething(snake_case: PascalCase): void {
    console.log(snake_case.snake_case);
}

Developers

  • Bro. Christopher Weinhardt
  • Timothy Weinhardt
  • Dallas Hart
  • Sis. Ruth Oldja

Special Thanks

Thanks for supplying PDFs, scans, advice, or assistance.

  • Bro. Ceda Bekic
  • Bro. Peter Denzinger
  • Bro. Zoltan Dobosi
  • Sis. Rosina Stefan
  • Bro. Seby Nitz
  • Elias Prohaszka
  • Joey Nitz
  • Susan Nitz
  • Neven Jokic
  • Alyssa Nenadov
  • Riley Nenadov
  • Joel Walter
  • Leah Walter

About

Central ACC Hymnal for many song books used across the ACC

Resources

Stars

Watchers

Forks

Contributors 9