- Fork project
- Install dependencies with
yarn
- Start server with
yarn start
- Check that there are no linting errors with
yarn run lint
Name | Branches Frontend | Branches Backend | Server Frontend | Server Backend | Database |
---|---|---|---|---|---|
Develop Local | Feature, Hotfix | Feature, Hotfix | localhost:4000 | localhost:3000 | local |
Test | Develop | Develop | test.podcasterinnen.org | apitest.podcasterinnen.org | test |
Prod | Master | Master | podcasterinnen.org | api.podcasterinnen.org | prod |