Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xyzjonas/harmonie-sternberk.cz
Webpage for Harmonie Šternberk orchestra.
https://github.com/xyzjonas/harmonie-sternberk.cz
bulma docker-compose php vuejs
Last synced: 9 days ago
JSON representation
Webpage for Harmonie Šternberk orchestra.
- Host: GitHub
- URL: https://github.com/xyzjonas/harmonie-sternberk.cz
- Owner: xyzjonas
- Created: 2022-07-17T08:12:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-05T08:37:26.000Z (10 months ago)
- Last Synced: 2024-03-05T17:12:57.049Z (10 months ago)
- Topics: bulma, docker-compose, php, vuejs
- Language: CSS
- Homepage: https://harmonie-sternberk.cz/
- Size: 10.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Harmonie Šternberk
New webpage/SPA for [Harmonie Šternberk orchestra](http://harmonie-sternberk.cz/).
#
## Project Setup
```sh
$ npm install
```### Run without php functionality
```sh
$ npm run dev
```### Run with docker-compose (with database and PHP functionality)
```sh
$ docker-compose -f "harmonie-web/docker-compose.yml" up -d --build$ npm run build
# or
$ npm run watch
```