La société Gérico est une société de gestion de transport routier, dans laquelle 25 personnes sont embauchées. Cette société existe depuis 1999.
-
Download the repo 🆙
-
Install and use the correct version of Node using NVM (
The .nvmrc file precise the exact node version used)nvm install
-
Install dependencies from the directory path
npm install
-
Create your
.envfile, copy the.env.examplewith your config -
Start the development server
npm run dev
-
Generate a full static production build
npm run build
-
Preview the site as it will appear once deployed
npm start
