an wordle clone with Finnish words
Findle is an open-source wordle clone built with React and TypeScript
- clone project to local machine with git
- install dependencies
yarn install or npm install
- run dev script
yarn dev or npm run dev
- clone project locally with git
- install dependencies
yarn install or npm install
- run build script
yarn build or npm build