Skip to content

ifcanduela/scrab

Repository files navigation

Scrab

A simple web app to help you cheat at online Scrabble.

Setup

Make sure to install the dependencies:

npm install

Then start the development server on http://localhost:3131:

npm run dev

Production

Build the application for production:

npm run build

Deployment

For now, this application is deployed automatically on every commit to Vercel: https://scrab.vercel.app