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
That's the frontend implementation of IC Virtual Assistent to help students and professors to get some information about UFBA's Computation Institute (ICUFBA);
First steps after clone repository
To run the application you need to install Node.js version >=12.2.0.
Software Requiriments
Install Node.js
Start project
To install base packages, you need to run the following command:
npm install
Running the app for Development
To check if the application is running, execute the following command:
npm run dev
Building the app for Production
When publishing the application in a production environment, use the following command to build the app: