Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 355 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 355 Bytes

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