documentação do sistema
This commit is contained in:
32
.context/docs/qa/getting-started.md
Normal file
32
.context/docs/qa/getting-started.md
Normal file
@@ -0,0 +1,32 @@
|
||||
---
|
||||
slug: getting-started
|
||||
category: getting-started
|
||||
generatedAt: 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
|
||||
|
||||
```bash
|
||||
# Clone the repository
|
||||
git clone <repository-url>
|
||||
cd Vendaweb-portal
|
||||
|
||||
# Install dependencies
|
||||
npm install
|
||||
```
|
||||
|
||||
### Running
|
||||
|
||||
```bash
|
||||
# See package.json for available scripts
|
||||
npm run <script-name>
|
||||
```
|
||||
Reference in New Issue
Block a user