0d5e68188de934e660344f1f803d3d3f93ba0229
- Copied bridge folder from frm.so - All handlers in handlers.js added from frm.so - Modified Events and Jobs pages' default events/jobs to model data structure from SQL/server - Set up getJobs(), checkForUpdates() on both Events/Jobs to fetch new items and update when needed
Run Web App
npm run start
Build and Run iOS App
https://capacitorjs.com/docs/ios#adding-the-ios-platform
To Install: npm install @capacitor/ios npx cap add ios
To Open XCode: npx cap open ios
To Rerun: npm run build && npx cap copy ios
Architecture
In Development, API routes are routed using the vite.config.js.
Notes
Background Color: In src/manifest.json, "#31d53d" refers to the green color which is visible in the background in the web version. This is not visible in the built version.
Description
Languages
HTML
40%
Swift
33.4%
Ruby
9.7%
JavaScript
8.7%
TypeScript
8.2%