Builds on equinelive.com, sending customizable notifications about show events.
Go to file
Jeff Lieb f78d448a0b
Test / test (push) Successful in 1m4s Details
Fix env injection
2025-03-22 16:04:07 -04:00
.gitea/workflows Pin postgres to 16 2024-10-19 17:53:30 -04:00
api Fix local test port 2024-10-19 17:44:38 -04:00
app Remove fallback notification 2024-10-19 20:30:56 -04:00
e2e Run all playwright tests 2024-10-19 12:25:40 -04:00
public/images Add installation instructions for iOS 2024-09-25 13:04:06 -04:00
.dockerignore Must ignore data-test 2024-10-19 18:11:15 -04:00
.env.ci Separate ci env from test env 2024-10-19 17:42:24 -04:00
.env.default Point to correct database 2024-10-12 11:56:00 -04:00
.env.test Separate ci env from test env 2024-10-19 17:42:24 -04:00
.gitignore Replace vapid key that accidentally got committed, show notifications in app 2024-10-19 19:20:51 -04:00
.prettierrc Add installation instructions for not iOS 2024-09-25 14:17:54 -04:00
.swcrc Add installation instructions for iOS 2024-09-25 13:04:06 -04:00
Dockerfile Fix Dockerfile 2024-10-12 12:16:43 -04:00
README.md Create a dockerized remix app 2024-04-30 20:50:52 -04:00
b64ToUInt8.ts Fix jest not exiting, post subscription to worker to send to the server 2024-10-18 11:38:41 -04:00
docker-compose-test.yaml Pin postgres to 16 2024-10-19 17:53:30 -04:00
docker-compose.yaml Fix env injection 2025-03-22 16:04:07 -04:00
jest.config.ts Persist push subscription object, store subscription id on the front end for overwriting subscription objects when subscription changes 2024-10-02 01:07:51 -04:00
package-lock.json Replace vapid key that accidentally got committed, show notifications in app 2024-10-19 19:20:51 -04:00
package.json Separate ci env from test env 2024-10-19 17:42:24 -04:00
playwright.config.ts Add installation instructions for iOS 2024-09-25 13:04:06 -04:00
pushPublicKey.ts Update public key 2025-03-22 14:56:07 -04:00
server.ts Persist push subscription object, store subscription id on the front end for overwriting subscription objects when subscription changes 2024-10-02 01:07:51 -04:00
setupTests.ts Persist push subscription object, store subscription id on the front end for overwriting subscription objects when subscription changes 2024-10-02 01:07:51 -04:00
start.sh Fix env injection 2025-03-22 16:04:07 -04:00
thebabel.config.cjs Add installation instructions for iOS 2024-09-25 13:04:06 -04:00
transform.js Add installation instructions for iOS 2024-09-25 13:04:06 -04:00
tsconfig.json Add installation instructions for iOS 2024-09-25 13:04:06 -04:00
url-mock.js Add installation instructions for iOS 2024-09-25 13:04:06 -04:00
vite.config.ts Fix jest not exiting, post subscription to worker to send to the server 2024-10-18 11:38:41 -04:00

README.md

Welcome to Remix + Vite!

📖 See the Remix docs and the Remix Vite docs for details on supported features.

Development

Run the Vite dev server:

npm run dev

Deployment

First, build your app for production:

npm run build

Then run the app in production mode:

npm start

Now you'll need to pick a host to deploy it to.

DIY

If you're familiar with deploying Node applications, the built-in Remix app server is production-ready.

Make sure to deploy the output of npm run build

  • build/server
  • build/client