zohrakhay / front

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

glados-front

Retrieve environment variables

In order to access the environment variables, it is essential to have them in a .env file. You can change them whenever you want. To do this, copy the contents of the .env.example file into a new .env file with this command :

cp .env.example .env

Project setup

To use the project correctly, it is necessary to install all its dependencies. Take care to use the correct version of node with this command :

npm install

Compiles and hot-reloads for development

To launch the project on a development environment, use this command :

npm run serve

Lints and fixes files

To check the quality of your code and if it respects certain rules, use this command :

npm run lint

Version of the engines

Stable version at the date of 07/22/2022

  • Node : 18.5.0
  • NPM : 8.12.1

About


Languages

Language:Vue 60.4%Language:JavaScript 34.4%Language:HTML 4.3%Language:CSS 0.7%Language:Shell 0.2%