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
Download the github project from the fork you created in the last step
Install node.js ( for having access to the npm functionality)
Install vue-cli by executing this command from a terminal: npm install -g @vue/cli
Open the github project. Go to the folder VARIAMOS-WEB. From this folder execute the following commands:
npm install --> this command install all dependencies included in the project
npm run dev--> this command runs the project in development mode