Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 834 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 834 Bytes

B&C serviceformulier

Description

Tech Stack

Turbo JS, SCSS

Get Started 🚀

To get started, install Docker

Start MOR core application

https://github.com/forza-mor-rotterdam/mor-core

Create local dns entry

Add '127.0.0.1 mbc.mor.local' to your hosts file

create docker networks

    docker network create mbc_network
    docker network create mor_bridge_network

Build and run Docker container

    docker compose build

    docker compose up

This will start a webserver.

In terminal go to 'app/frontend' and start front-end and watcher by typing

    npm run watch

Authorize via the Django admin: http://mbc.mor.local:8001/admin/ You can view the website on http://mbc.mor.local:8001.