Skip to content

limebit/git-lfs-frontend

Repository files navigation

Remix-Template

Development

From your terminal:

yarn dev

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

Deployment

First, build your app for production:

yarn build

Then run the app in production mode:

yarn start

Upgrade all dependencies

Dependency upgrade is managed as suggested by the official documentation at https://yarnpkg.com/package/yarn-upgrade-all

yarn yarn-upgrade-all