Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 304 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 304 Bytes

word-search

A word search game built in JS

Requirements

  1. Node
  2. pnpm

Available Commands

pnpm install: Install the app dependencies

pnpm start: Starts the app on localhost:8080

pnpm run build: Builds the app for deployment