A Vuejs application for TutorINSA
This project need, to run correctly:
You have to create a ".env" file using the ".local.env" as a pattern, and fill it. ".env" is used during development. Then, production's var are used directly from the host.
# install the dependencies
npm install
# start the server in development mode
npm run dev
# start the server in production mode
npm run start
Feel free to help us ! Use issues and pull requests !
# check syntax of the code
npm run lint
Copyright (c) Forever and Ever, or at least the current year.
Licensed under the MIT license.