From 77b3cd5e1917d8af3215a81accbdd130d2954b97 Mon Sep 17 00:00:00 2001 From: LucasMBalieiro Date: Mon, 9 Dec 2024 15:58:01 -0300 Subject: [PATCH] add readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6cad4b8 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +## Pré-requisitos + +- [git](https://git-scm.com/) +- [NodeJS](https://nodejs.org/en/) +- [npm](https://www.npmjs.com/) + +## Para compilar o projeto + +1. `npm install` +2. `npm start`