Skip to content

Caleb Parks' fork for 2023 summer internship

License

Notifications You must be signed in to change notification settings

Caleb-Parks/appbuilder-pwa

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

appbuilder-pwa

A template for building a Progressive Web App with Scripture App Builder.

Prerequisites

  • Visual Studio Code
  • Node 16.17.0+ (we recommend using Volta to manage the Node versions)

Usage

You will need to download Scripture App Builder 10.3.2 to use this project without the provided example data.

Develop

Install dependencies with npm install.

The PWA depends on data files generated by Scripture App Builder. There is example data provided in the repo. To convert the base data files and run the PWA, do one of the following:

Example Data

  • Run npm run convert:examples to use the data in the example_data folder.
  • Run npm run dev:noconvert to start the development server.

Scripture App Builder Project

  • Run Build PWA Data Files in Scripture App Builder to generate the the base data files from a project
  • Run npm run dev to convert the base data files to a format needed for the PWA and run the development server. Changes to the base database files are watched and applied to the running PWA.

Contact [email protected] for the feature key to enable Build PWA Data Files

Note: The book conversion step can take up to several minutes depending on the amount of scripture in the project and the speed of your computer's hard drive.

Build

Run npm run build to build an app with the data provided by Build PWA Data Files.

Run npm run build:examples to build an app with the example data.

The production build can be viewed by running npm run preview. The production build can be deployed to a public webserver for testing using Surge.

Deployment

This project is configured by default with the static adaptor, which will allow deployment on any platform that requires a static site.

About

Caleb Parks' fork for 2023 summer internship

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 54.4%
  • TypeScript 26.3%
  • JavaScript 11.3%
  • CSS 7.5%
  • HTML 0.5%