Skip to content

Testing how bun and Remix works by building an anime site

Notifications You must be signed in to change notification settings

thebeyondr/zeta-anime

Repository files navigation

[-ζ-] zeta

zeta logo

A test anime app to try bun and Remix

Run Locally

Clone the project

  git clone https://github.com/thebeyondr/zeta-anime

Go to the project directory

  cd zeta-anime

Get bun

Follow the steps here for your OS: https://bun.sh/docs/installation

Install dependencies

  bun install

Development

From your terminal:

  bun dev

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

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

  • build/
  • public/build/

Releases

No releases published

Packages

No packages published