https://github.com/zebrajaeger/random-words
https://github.com/zebrajaeger/random-words
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zebrajaeger/random-words
- Owner: zebrajaeger
- Created: 2024-10-14T09:18:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-14T09:42:09.000Z (over 1 year ago)
- Last Synced: 2024-12-28T19:02:47.146Z (over 1 year ago)
- Language: JavaScript
- Size: 5.64 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Random Words
Generator for random words as part of a creative process.

## Develop
- Prerequisites
- NodeJs >20
- yarn
- Run the code
- clone this repo
- run "yarn install"
- run "yarn run start"
- Build release
- run "yarn run package"
- Build setup binary
- run "yarn run make"