codsworth-namegen/README.md

619 B

Codsworth name generator

Choose a fitting name for your Fallout 4 character that Codsworth can pronounce. This tool gives you a list of names that look like yours so that you can pretend he's saying the right name.

Development

Requirements

Setting up

# Install dependencies (only needed once)
$> npm ci

Building

# Build the tool in `dist/` for development
$> npm run dev
# Same as above, but automatically rerun it whenever files are changed
$> npm run dev:server
# Build the tool in `dist/` for deployment
$> npm run deploy