Skip to content

Latest commit

 

History

History
55 lines (41 loc) · 1.25 KB

README.md

File metadata and controls

55 lines (41 loc) · 1.25 KB


💻 Baby Name Generator (NUXT3)

A small project created with Nuxt3

🚀 Setup

Configuration with docker (Recomendado)

docker-compose up

Configuration without docker

Requirements:

  • NodeJS@14.17.0

Run

  • Install dependencies:
npm install && npm run dev
  • Run app:
npm run dev