diff --git a/README.md b/README.md index d9f029b..cdd65b8 100644 --- a/README.md +++ b/README.md @@ -1 +1,19 @@ -# FIRST NETUNO APP \ No newline at end of file +# FIRST NETUNO APP + +** My first app with netuno! A scheduler/calendar app ** + +### Config: +👉 First you will need to install [Netuno](https://doc.netuno.org/docs/en/installation/) + +#### Clone: +👉 Go to Netuno apps folder: +`:~$ cd netuno/apps` + +👉 Clone app repo: +`:~/netuno/apps$ git clone https://git.academy.netuno.org/nunomartinho9/myapp.git` + +👉 Go back to Netuno root: +`:~/netuno/apps$ cd ..` + +Start Netuno server: +`:~/netuno$ ./netuno server app=myapp` \ No newline at end of file