A dead-simple real-time voting tool.
Find a file
2023-11-21 20:59:49 -07:00
app savibg this weird hacked together state 2023-11-21 20:59:49 -07:00
public Got index and dashboard going 2023-11-21 16:05:53 -07:00
.env.example Lets try ioredis 2023-11-21 09:05:09 -07:00
.eslintrc.cjs Got index and dashboard going 2023-11-21 16:05:53 -07:00
.gitignore Got index and dashboard going 2023-11-21 16:05:53 -07:00
drizzle.config.ts Got index and dashboard going 2023-11-21 16:05:53 -07:00
package.json savibg this weird hacked together state 2023-11-21 20:59:49 -07:00
pnpm-lock.yaml savibg this weird hacked together state 2023-11-21 20:59:49 -07:00
README.md Got index and dashboard going 2023-11-21 16:05:53 -07:00
remix.config.js savibg this weird hacked together state 2023-11-21 20:59:49 -07:00
remix.env.d.ts Got index and dashboard going 2023-11-21 16:05:53 -07:00
tailwind.config.ts Got index and dashboard going 2023-11-21 16:05:53 -07:00
tsconfig.json savibg this weird hacked together state 2023-11-21 20:59:49 -07:00

Welcome to Remix!

Development

From your terminal:

npm run dev

This starts your app in development mode, rebuilding assets on file changes.

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 remix build

  • build/
  • public/build/