Skip to content

Webpage for Harmonie Šternberk orchestra.

Notifications You must be signed in to change notification settings

xyzjonas/harmonie-sternberk.cz

Repository files navigation

Harmonie Šternberk

New webpage/SPA for Harmonie Šternberk orchestra.

Project Setup

$ npm install

Run without php functionality

$ npm run dev

Run with docker-compose (with database and PHP functionality)

$ docker-compose -f "harmonie-web/docker-compose.yml" up -d --build

$ npm run build
# or
$ npm run watch