Lots of general clean up and work for CHOW going live

This commit is contained in:
Scott Idem
2024-03-08 11:27:18 -05:00
parent 5a147a98bb
commit 2ada1419d8
11 changed files with 338 additions and 229 deletions

View File

@@ -30,11 +30,32 @@
## AE Events - Presentation Management (/events_pres_mgmt)
# How to build and deploy SvelteKit:
* Copy the contents of the "build" directory to ./npm_deploy/build/
```bash
npm run build
```
* Copy the new package.json file to ./npm_deploy/
* Copy the root node_modules directory to ./npm_deploy/build/node_modules/
```bash
npm ci --omit dev
```
* Run the npm update to fix the node_modules directory and package.json
```bash
npm update
```
Other installs?:
```bash
npm install -D svelte-highlight
npm install --save-dev typescript-svelte-plugin
```
# Set up and run
## Build
## Environment file