Skip to main content

Development

Setting up a development environment

To set up a development environment for Djehooty, follow these steps:

  1. Clone the two main repositories:

    git clone ssh://git@codeberg.org/Djehooty/djehooty-backend.git
    git clone ssh://git@codeberg.org/Djehooty/djehooty-frontend.git
  2. djehooty-backend:

    cd djehooty-backend
    make dev
  3. djehooty-frontend:

    cd djehooty-frontend
    npm install
    npm start
  4. Access the application: Open your browser and navigate to http://localhost:3000.