A dead-simple real-time voting tool.
Find a file
Atridad Lahiji b086f719c8
Old stuff
2023-11-29 12:43:52 -07:00
.github/workflows Old stuff 2023-11-29 12:43:52 -07:00
app Old stuff 2023-11-29 12:43:52 -07:00
public Old stuff 2023-11-29 12:43:52 -07:00
.dockerignore Old stuff 2023-11-29 12:43:52 -07:00
.env.example Old stuff 2023-11-29 12:43:52 -07:00
.eslintrc.cjs Old stuff 2023-11-29 12:43:52 -07:00
.gitignore Old stuff 2023-11-29 12:43:52 -07:00
.npmrc Old stuff 2023-11-29 12:43:52 -07:00
Dockerfile Old stuff 2023-11-29 12:43:52 -07:00
drizzle.config.ts Old stuff 2023-11-29 12:43:52 -07:00
fly.toml Old stuff 2023-11-29 12:43:52 -07:00
package.json Old stuff 2023-11-29 12:43:52 -07:00
pnpm-lock.yaml Old stuff 2023-11-29 12:43:52 -07:00
README.md Old stuff 2023-11-29 12:43:52 -07:00
remix.config.js Old stuff 2023-11-29 12:43:52 -07:00
remix.env.d.ts Old stuff 2023-11-29 12:43:52 -07:00
tailwind.config.ts Old stuff 2023-11-29 12:43:52 -07:00
tsconfig.json Old stuff 2023-11-29 12:43:52 -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/