Go to file
garrettmills 87b99473bd
All checks were successful
continuous-integration/drone/push Build is passing
Add devel info to README
2021-08-30 16:03:12 -05: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 pnpm i monkeypatch; dark mode logout; node-link search fix 2021-08-30 13:48:38 -05:00
.drone.yml Update '.drone.yml' 2021-04-23 14:10:08 +00: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 Migrate to PNPM support 2021-02-18 11:15:26 -06: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 pnpm i monkeypatch; dark mode logout; node-link search fix 2021-08-30 13:48:38 -05:00
pnpm-lock.yaml Add real-time collab support to code editor 2021-04-22 10:49:31 -05: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