Builds on equinelive.com, sending customizable notifications about show events.
Go to file
Jeff b85be9cefe
Test / test (push) Successful in 33s Details
Fix jest tests
2024-09-25 13:02:52 -04:00
.gitea/workflows It is in fact npm install 2024-07-09 21:59:41 -04:00
api Point subscribe call to correct endpoint 2024-09-23 15:23:20 -04:00
app Fix jest tests 2024-09-25 13:02:52 -04:00
e2e Fix bug in usePush, also some bugs in install state 2024-09-25 01:23:39 -04:00
public/images Fix image being in the public directory when this is apparently not good 2024-09-24 23:56:32 -04:00
.dockerignore Create a dockerized remix app 2024-04-30 20:50:52 -04:00
.env.default Create a dockerized remix app 2024-04-30 20:50:52 -04:00
.gitignore Add some actual images 2024-09-23 14:56:11 -04:00
.prettierrc Clean up instructions 2024-09-24 23:38:30 -04:00
.swcrc iOS install instructions 2024-09-21 18:21:45 -04:00
Dockerfile Fix web manifest 2024-09-21 21:03:14 -04:00
README.md Create a dockerized remix app 2024-04-30 20:50:52 -04:00
docker-compose.yaml Trying to kludge together a working test environment and actually make a first test 2024-05-28 20:46:39 -04:00
jest.config.ts Fix jest tests 2024-09-25 13:02:52 -04:00
package-lock.json Fix bug in usePush, also some bugs in install state 2024-09-25 01:23:39 -04:00
package.json Remove unused post install step 2024-09-25 01:30:30 -04:00
playwright.config.ts iOS install instructions (barely), stupid, stupid workaround for babel config inexplicably messing with vite bundling, try not to kill anyone out of frustration 2024-09-18 17:28:51 -04:00
server.ts Point subscribe call to correct endpoint 2024-09-23 15:23:20 -04:00
setupTests.ts Tests work, for some reason 2024-06-04 20:51:52 -04:00
thebabel.config.cjs iOS install instructions (barely), stupid, stupid workaround for babel config inexplicably messing with vite bundling, try not to kill anyone out of frustration 2024-09-18 17:28:51 -04:00
transform.js iOS install instructions 2024-09-21 18:21:45 -04:00
tsconfig.json Remove commented configuration, add typeahead plugin for jest 2024-06-04 21:01:48 -04:00
url-mock.js Fix jest tests 2024-09-25 13:02:52 -04:00
vite.config.ts iOS install instructions 2024-09-21 18:21:45 -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