git clone https://github.com/boisvertmathieu/dicto.git
cd dicto
touch .env
Add the following
VUE_APP_API_KEY=<your api key>
VUE_APP_API_HOST=<your api host>
VUE_APP_URL=<you api base url>
npm install
npm run serve
npm run build
npm run lint
| Name | Name | Last commit date | ||
|---|---|---|---|---|
git clone https://github.com/boisvertmathieu/dicto.git
cd dicto
touch .env
Add the following
VUE_APP_API_KEY=<your api key>
VUE_APP_API_HOST=<your api host>
VUE_APP_URL=<you api base url>
npm install
npm run serve
npm run build
npm run lint