You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -96,9 +96,9 @@ L’evento. Qualche settimana prima verrà aperto un evento su Eventbrite.
96
96
97
97
# Dev Contributes
98
98
99
-
Per contribuire allo sviluppo del progetto basta seguire le seguenti indicazioni per far partire il server in locale usando node.js ed express.js.
99
+
Per contribuire allo sviluppo del progetto basta seguire le seguenti indicazioni per far partire il server in locale usando [Node.js](https://nodejs.org/) ed [Express.js](http://expressjs.com/).
100
100
101
-
1. Assicurati di aver installato node.js
101
+
1. Assicurati di aver installato Node.js
102
102
2. Installa le dipendenze con `npm install` dalla cartella del progetto
103
103
3. Lancia il server con `node app.js`
104
104
4. Apri il browser e raggiungi l'indirizzo <http://localhost:3000>
0 commit comments