-
-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple broken ways to run #480
Comments
Thanks for reporting this @sweco-sedalh. There is also a way to run the development environment with Nix by running |
I'm not sufficiently familiar with nix to be able to confidently do anything with it, so I'll leave that to you! |
Tools
No response
Summary
Trying to get the site building in a local development environment (WSL/PyCharm), there seem to be a lot of ways to "run" the site, only some of which are working:
make dev
/Dockerfile.dev
: (hasn't been updated since 2022)docker-compose.yml
: Seems to be obsolete? (also hasn't been updated since 2022)VS Code tasks: Presumably working but not relevant when using another IDE
In the end I just ran
hugo server
from the CLI, which works (after realizing that the current version of Hugo isn't working).I'll create a PR with that instruction as well, but would also like to know if it would be alright to remove
docker-compose.yml
,Dockerfile.dev
and the commands in theMakefile
?The text was updated successfully, but these errors were encountered: