> For the complete documentation index, see [llms.txt](https://almaze.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://almaze.gitbook.io/docs/getting-started/running-the-system.md).

# Running the System

[**Backend**](/docs/getting-started/running-the-system.md)

```java
# Basic execution
python app.py
```

[**Frontend**](/docs/getting-started/running-the-system.md)

```java
# Development mode
npm run dev
# or
yarn dev

# Production build
npm run build
npm run start
# or
yarn build
yarn start
```
