Skip to content
/ site Public

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

License

Notifications You must be signed in to change notification settings

MixDrinks/site

Repository files navigation

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

To run Cypress tests in the headless mode and get report run

npm run cy:e2e

To run Cypress autotests locally:

npm run cy:open

Command for launching server and then running tests and generating report:

npm run cypress:e2e

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