Skip to content

ericgjackson/lexatious_web

Repository files navigation

lexatious_web

Lexatious logo

Lexatious is a novel word game, created by Eric Jackson, somewhat similar to Scrabble. This repo contains the web front end. Visit lexatious.com to play Lexatious in your browser.

Apps are also available for Android and iOS:

App Store Play Store

Develop

You need Node.js 16 or later.

Back End

The back end for Lexatious is not currently open source which makes it tricky for anyone other than the author to do development. It may work to edit src/sdk/fetch.ts to ensure that backend calls are sent to the production server at lexatious.com.

Setup

npm install

Dev Server

npm run dev

Runs a dev system with hot reloading. Accessible at localhost:3000.

Linting

npm run lint

Building

npm run build
npm run export

Output is to the "out" directory.

Technologies

  • React
  • React Redux
  • Redux-Saga
  • Next.js

Acknowledgments

The user interface and source code for the web front end is based on Scrabble Solver 2 by Kamil Mielnik.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published