Skip to content
This repository has been archived by the owner on Sep 7, 2021. It is now read-only.

Latest commit

 

History

History
51 lines (32 loc) · 1.35 KB

README.md

File metadata and controls

51 lines (32 loc) · 1.35 KB

Tutorinsa logo


Web App TutorINSA

A Vuejs application for TutorINSA

Start the app

Requirement

This project need, to run correctly:

Configuration

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

# install the dependencies
npm install

Start the app

# start the server in development mode
npm run dev
# start the server in production mode
npm run start

Contributing contributions welcome

Feel free to help us ! Use issues and pull requests !

Lint & Test

# check syntax of the code
npm run lint

Licence

Copyright (c) Forever and Ever, or at least the current year.

Licensed under the MIT license.