[READ-ONLY] Mirror of https://github.com/danielroe/n3rdle. n3rdle.vercel.app
0

Configure Feed

Select the types of activity you want to include in your feed.

n3rdle / README.md
1.6 kB

Nuxt 3 + Wordle (n3rdle)#

This is a tiny, incomplete clone of Wordle built in Nuxt 3 for a live-coding session at Vue.js Nation 2022.

Screenshot of a Wordle game in progress

Features#

Try it out#

Setup#

# 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

Deployment#

You should be able to deploy this repository with zero or minimal configuration.

License#

MIT