Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.
/ random-name-generator Public archive

A simple user interface for generating random words or names using a markov chain. Built in React.js.

License

Notifications You must be signed in to change notification settings

ivw/random-name-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

random-name-generator

A nice user interface for generating random words or names using a markov chain. Built in React.js.

http://ivw.github.io/random-name-generator/

Running

You must have npm installed on your computer. From the root project directory run these commands from the command line:

npm install

This will install all dependencies.

To build the project, first run this command:

npm start

This will perform an initial build and start a watcher process that will update build.js with any changes you wish to make.

To build for production, use this command:

npm run build

About

A simple user interface for generating random words or names using a markov chain. Built in React.js.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published