This is a tiny, incomplete clone of Wordle built in Nuxt 3 for a live-coding session at Vue.js Nation 2022.
# install dependencies
npm install # or yarn
# serve in dev mode, with hot reload at localhost:3000
npm run dev
# build for production (universal)
npm run build
# preview in production mode
npm start
You should be able to deploy this repository with zero or minimal configuration.
MIT