codsworth-namegen/README.md

24 lines
619 B
Markdown

# 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
* [npm](https://www.npmjs.com/)
### Setting up
```shell script
# Install dependencies (only needed once)
$> npm ci
```
### Building
```shell script
# 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
```