Lots of general clean up and work for CHOW going live
This commit is contained in:
23
README.md
23
README.md
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user