Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 801 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 801 Bytes

Wordle Mock

This uses Svelte and json-server for a mock API. This doesn't use a BE mock API, I want to be a straight forward and simple.

Getting started

  • Run nvm use for the correct node version
    • You might need to run nvm install if you don't have the current version
  • Run npm ci to install the dependencies based on the package-lock manifest
  • Run npm start and navigate to http://localhost:5173/

Home:

Screenshot 2024-01-10 at 8 42 30 PM

Game:

Screenshot 2024-01-12 at 1 01 49 PM