Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 749 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 749 Bytes

The frontend of mixdrinks.org. The ukrainian cocktails database.

The site provides a list of cocktails and recipes.

You can check the backend, ios app and documentation repositories into the Mix Drinks github organization.

For this app you need have Node.js 14.16.0

Develop command

npm run dev

Build command

npm run build

Run command

npm run start

Tech stack

  • VueJs
  • NuxtJs

For update sitemap.xml from backend api

curl https://api.mixdrinks.org/sitemap.xml --output static/sitemap.xml -H 'Content-Type: application/xml' -H 'Accept: application/xml'

CI

Add docker image publish