Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 978 Bytes

File metadata and controls

44 lines (28 loc) · 978 Bytes

pokèdle

Wordle-inspired game based on pokemon to guess

Live Website

Tech stack

Setup

Requirements

  • Node.js (>=20 recommended)
  • PNPM

Local development

In the root:

  • pnpm i to install dependecies
  • pnpm build to build the projects (backend & frontend)

Before running locally, please follow the README of the backend project to setup Firebase config files and then: