My mathematical Nuxt.js project
Small program to create a "word find grid" with pre-defined words randomly placed and the empty spaces filled with random letters based on a letter frequency.
Attention: Will likely fail often and has a few caveats. :P
Source: https://twitter.com/TheAlexLichter/status/1214856774085332992
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate
For detailed explanation on how things work, check out Nuxt.js docs.