-
-
Notifications
You must be signed in to change notification settings - Fork 358
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
Development Instructions are incomplete/not working #145
Comments
Ah, I need to update the dev instructions, sorry for the hassle. Will update them over the weekend. The error you're seeing indicates that you didn't run the migrations. Run |
Thanks, that allowed me to progress and create a user.
I added |
updated the documentation on how to set up the development environment
updated the documentation on how to set up the development environment
I tried to set up the workspace to see if I can contribute, but I am not able to get it to work.
cp .env.sample .env
, but that does not exist. I have therefore created a.env
file withDATA_DIR=<absolute path>
inside.db.db
file and it exists in the location of myDATA_DIR
, but it is completely empty (0 bytes)pnpm web
with the debug config, but to no avail.Would be great if you could provide more thorough instructions on setting up the dev environment.
The text was updated successfully, but these errors were encountered: