Skip to content

shadforth/hacker-name-generator

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