COMING SOON -- project still actively being developed. Check back later!
A fill in the blanks part of speech word game powered by wikipedia introductions. You know, for fun!
- Install nodejs or nvm (and then install nodejs with nvm)
git clone git@github.com:jwaresoft/wordlibz.git
cd wordlibz && npm install
Commands | |
---|---|
npm run dev |
start the vite development server. App runs at http://localhost:5173/ |
npm run storybook |
launches the wordlibz storybook at http://localhost:6006/ |