Skip to content

shadforth/hacker-name-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hacker-name-generator

Generate an elite hacker name.

Getting started

Prerequisites

Running the application locally

# Install project dependencies
npm install

# Start the application on localhost:3000
npm run start

Deployment

# Prepare a deployment-ready build
npm run build