Client for MemberService, used to manage member accounts at member site.
Go to file
2025-02-21 11:45:42 -05:00
public initial commit 2025-02-20 10:07:52 -05:00
src kids and booking forms, instructions 2025-02-21 11:45:42 -05:00
.gitignore Initial commit 2025-02-20 15:03:51 +00:00
eslint.config.js initial commit 2025-02-20 10:07:52 -05:00
index.html initial commit 2025-02-20 10:07:52 -05:00
package-lock.json initial commit 2025-02-20 10:07:52 -05:00
package.json initial commit 2025-02-20 10:07:52 -05:00
README.md kids and booking forms, instructions 2025-02-21 11:45:42 -05:00
vite.config.js lockers and certs working for add, locker for delete 2025-02-21 08:24:02 -05:00

MemberPortal

Client for MemberService, used to manage member accounts at member site.

Installation

npm install

Build and Deploy

In app.jsx switch to the URL of the live service.

npm run build

This will output to the dist folder one directory above. Transfer that build folder to the server.

scp -r -i ~/Documents/wowza-keys.pem dist ubuntu@107.20.181.47:/home/ubuntu/dist

If in doubt, you can remove the dist folder on the server to ensure this is a fresh build.

rm -r dist

On the server, start the staticserver:

nodemon staticserver.js