Skip to content

LevelPlayingField/levelplayingfield

Repository files navigation

Level Playing Field

V2 - the Remix app

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