Development
Setting up a development environment
To set up a development environment for Djehooty, follow these steps:
-
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 -
djehooty-backend:
cd djehooty-backend
make dev -
djehooty-frontend:
cd djehooty-frontend
npm install
npm start -
Access the application: Open your browser and navigate to
http://localhost:3000.