Go to file
garrettmills fe2ed05271
All checks were successful
continuous-integration/drone Build is passing
continuous-integration/drone/promote/production Build is passing
Drone: only build & push container on tag/promote
2022-11-29 17:46:00 -06:00
android Fix database load issue; start row drag infra 2021-02-01 10:05:32 -06:00
e2e Initial commit 2020-02-07 20:01:00 -06:00
src Improve print layout - still need to handle virtual scroll 2021-10-28 15:15:14 -05:00
.drone.yml Drone: only build & push container on tag/promote 2022-11-29 17:46:00 -06:00
.gitignore Task #6 - create ionic proxy for local development 2020-02-07 21:19:16 -06:00
.npmrc Migrate to PNPM support 2021-02-18 11:15:26 -06:00
angular.json Drone - monkey patch duplicate type definitions 2021-04-23 09:01:25 -05:00
azure-pipelines.yml Update azure-pipelines.yml for Azure Pipelines 2020-02-08 20:09:50 +00:00
browserslist Initial commit 2020-02-07 20:01:00 -06:00
capacitor.config.json Start adding real-time collab support to WYSIWYG 2021-01-02 15:11:42 -06:00
Dockerfile Add build tooling for Docker 2022-06-25 21:41:15 -05:00
ionic.config.json Task #6 - create ionic proxy for local development 2020-02-07 21:19:16 -06:00
karma.conf.js Initial commit 2020-02-07 20:01:00 -06:00
ngsw-config.json Don't modify index.html during build - invalidates ngsw cache 2020-10-28 09:52:18 -05:00
package-lock.json pnpm i monkeypatch; dark mode logout; node-link search fix 2021-08-30 13:48:38 -05:00
package.json Add build tooling for Docker 2022-06-25 21:41:15 -05:00
pnpm-lock.yaml Drone: initial builds 2022-11-29 17:18:23 -06:00
proxy.conf.json Start adding real-time collab support to WYSIWYG 2021-01-02 15:11:42 -06:00
README.md Add devel info to README 2021-08-30 16:03:12 -05:00
tag.txt tag 2021-03-04 11:38:27 -06:00
tsconfig.app.json Initial commit 2020-02-07 20:01:00 -06:00
tsconfig.json Initial commit 2020-02-07 20:01:00 -06:00
tsconfig.spec.json Initial commit 2020-02-07 20:01:00 -06:00
tslint.json Initial commit 2020-02-07 20:01:00 -06:00
yarn.lock Make ionic cli a dependency and remove separate build step 2020-10-28 13:56:18 -05:00

Requirements for frontend development

  • Node.js 14.x
  • The PNPM package manager
  • The Ionic CLI, globally
    • npm --global add @ionic/cli

For development:

pnpm i
ionic serve