kitconcept / kitconcept.intranet

1 stars 1 forks source link

Tentative new setup #25

Closed sneridagh closed 6 months ago

tisto commented 6 months ago

@sneridagh how do I start the frontend? I'd expect that I can run "make start-frontend". However, there no such command and no command to start the frontend in the folder "frontend". cc @ericof

sneridagh commented 6 months ago

@tisto sorry about that, we know you complaint a number of times about this one, but we still have not merged and applied everywhere this PR we worked on during the Mexico sprint: https://github.com/plone/cookiecutter-volto/issues/14

you can start the frontend by starting the npm script in the frontend folder: pnpm start, previously, you have to make install in there too.

I know, we have far too many things "cooking" right now, but it will be better.

sneridagh commented 6 months ago

@tisto also, this PR is WIP, keep this in mind. What's inside the backend is the contents of the main branch, there are some PRs ongoing that will be needed to merge here as well.