Skip to content

bear-mentor/bearmentor-redirect

Repository files navigation

Bearmentor Redirect

Simple redirects or URL shorteners for quick business flows.

This project is using Remix. See the Remix docs and the Remix Vite docs for details on supported features.

Setup

Install Bun or Node.js with npm/pnpm/Yarn.

Development

Run the Vite dev server:

bun dev

Deployment

First, build your app for production:

bun build

Then run the app in production mode:

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

  • build/server
  • build/client

About

Bearmentor Redirect

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published