Files
Vendaweb-portal/.context/docs/qa/getting-started.md
Luis Eduardo Estevao 4652fea8fc documentação do sistema
2026-05-05 16:12:52 -03:00

441 B

slug, category, generatedAt
slug category generatedAt
getting-started getting-started 2026-04-29T20:11:48.572Z

How do I set up and run this project?

Getting Started

Prerequisites

  • Node.js (LTS version recommended)
  • npm

Installation

# Clone the repository
git clone <repository-url>
cd Vendaweb-portal

# Install dependencies
npm install

Running

# See package.json for available scripts
npm run <script-name>