I'm trying to setup a symfony project i cloned from github, i'm new to setting up symfony and need help. I've done composer install but it won't come up with the webpage. It says it couldn't find the entrypoints
I've tried composer install, npm and not much else, as i'm new to symfony
The code it gives me with the error:
<head>
<meta charset="UTF-8">
<title>{% block title %}CargoFM{% endblock %}</title>
{% block stylesheets %}
{{ encore_entry_link_tags('app') }}
{% endblock %}
</head>
<body>
{% block body %}{% endblock %}
{% block javascripts %}
{{ encore_entry_script_tags('app') }}
{% endblock %}
</body>
</html>
It's probably a really small issue
Full error message: An exception has been thrown during the rendering of a template ("Could not find the entrypoints file from Webpack: the file "C:\laragon\www\cargofm/public/build/entrypoints.json" does not exist.").
Don't know what to do