Skip to content

suvanl/unixdt

Repository files navigation

unixdt (Unix datetime)

A super simple Remix web app that converts Unix timestamps to dates, and vice-versa.

FixMyLinks

Self-hosting

This project has been configured to be deployed to Vercel. However, it's fairly easy to deploy it anywhere else. Here's how to deploy it your own Node.js server:

  1. Fork this repo and clone the fork locally:
    git clone https://github.com/<your-username>/unixdt
  2. Install dependencies
    npm install
  3. Replace all usages of @vercel/remix with @remix-run/node.
    • You can uninstall @vercel/remix at this stage
  4. Build the app:
    npm run build
  5. Start the app:
    npm start
  6. Configure your server to serve requests (e.g., using nginx) from the port unixdt is running on.

Tip

Use a process manager like pm2 to keep your app running on your server.

About

🕑 Convert Unix timestamps to/from readable dates

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published