Builds on equinelive.com, sending customizable notifications about show events.
Go to file
ElectronicPanopticon 0dbfc356d5 I am not failing enough 2024-05-28 18:47:52 -07:00
app Trying to kludge together a working test environment and actually make a first test 2024-05-28 20:46:39 -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 Create a dockerized remix app 2024-04-30 20:50:52 -04:00
Dockerfile Create a dockerized remix app 2024-04-30 20:50:52 -04:00
README.md Create a dockerized remix app 2024-04-30 20:50:52 -04:00
babel.config.cjs Trying to kludge together a working test environment and actually make a first test 2024-05-28 20:46:39 -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 Trying to kludge together a working test environment and actually make a first test 2024-05-28 20:46:39 -04:00
package-lock.json I am not failing enough 2024-05-28 18:47:52 -07:00
package.json I am not failing enough 2024-05-28 18:47:52 -07:00
server.test.ts Create a dockerized remix app 2024-04-30 20:50:52 -04:00
server.ts Create a dockerized remix app 2024-04-30 20:50:52 -04:00
setupTests.ts Trying to kludge together a working test environment and actually make a first test 2024-05-28 20:46:39 -04:00
tsconfig.json Trying to kludge together a working test environment and actually make a first test 2024-05-28 20:46:39 -04:00
vite.config.ts Create a dockerized remix app 2024-04-30 20:50:52 -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