[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.

Vue 60.8%
TypeScript 39.2%
211 1 0

Clone this repository

https://git.vm.fail/danielroe.dev/n3rdle https://git.vm.fail/did:plc:2yjvybcg2cqdhikkvghy4snj
ssh://git@knot1.tangled.sh:2222/danielroe.dev/n3rdle ssh://git@knot1.tangled.sh:2222/did:plc:2yjvybcg2cqdhikkvghy4snj

For self-hosted knots, clone URLs may differ based on your setup.


README.md

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