Next Steps

You completed the setup — here is what to do next.

Run the application

Open two terminal windows and run:

make run-backend
make run-frontend

The frontend will be available at http://localhost:5173 and the backend at http://localhost:8080.

Run make help in the project root to see all available commands.

For more advanced configuration see:

Seed the database

The easiest way is to import one of our dumps, see import_dumps.md.

Alternatively, make install already cloned the scraper-data repository to scraper/data. Insert it with:

make insert-scraper

# To reset the database and reinsert:
make reset-database

Read the guidelines

Familiarize yourself with the coding guidelines before making changes.

Explore the contribution workflow

See doc/contrib for how to work with issues and merge requests.