This is a clone of Worlde, a popular word game. The purpose of this application is solely educational.
The project was bootstrapped with create-remix
.
From your terminal:
npm run dev
This starts your app in development mode, rebuilding assets on file changes.
First, build your app for production:
npm run build
Then run the app in production mode:
npm start
Now you'll need to pick a host to deploy it to.