/wordle

This is a clone of Worlde, a popular word game. The purpose of this application is solely educational.

Primary LanguageTypeScript

Infinite Worlde

This is a clone of Worlde, a popular word game. The purpose of this application is solely educational.

Demo

Infinite Wordle Demo

Technologies

The project was bootstrapped with create-remix.

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

Now you'll need to pick a host to deploy it to.