ProjectMark-Rodrigo/README.md

20 lines
214 B
Markdown
Raw Normal View History

2025-04-01 17:28:15 -03:00
# ProjectMark-Rodrigo
2025-04-01 17:28:15 -03:00
Take home test for ProjectMark
## Run the project
This project requires NodeJS version 19 or newer.
- Install dependencies:
```sh
npm install
```
Start project:
```sh
npm run start
```