Skip to content

bratislava/nadaciamesta.bratislava.sk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nadaciamesta.bratislava.sk website

How to run locally

Start database with docker-compose

docker-compose up postgres

Go to /strapi folder and run

yarn
yarn dev

Go to /next folder and run

yarn
yarn dev

Follow readme files in folders /strapi and /next.

Deployment

Manual

You can use our bratiska-cli, which takes care of deploying the app.

  1. First, install the utility:

    yarn global add bratislava/bratiska-cli
  2. then go to folder of /strapi or /next and run just this command:

    bartiska-cli deploy

That`s all, everything should run automatically and if not you will be notified. You can also check user guide of bratiska-cli.

Pipelines

TODO

Stay in touch