-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
Any instructions on how to run the front locally? #668
Comments
After 4 long hours trying I cannot even make the frontend connect with the backend.
This project could have more documentation and be more developer friendly. |
In the .env, you can specify another backend url for this purpose:
Also, there is a docker-compose.dev.yml that should set everything up for you. You are right, kyoo needs a better contributing page & better schema/readme for technical topics |
Okay, this is not working for me, can you try? git clone https://github.com/zoriya/Kyoo.git
cd Kyoo/front
echo 'KYOO_URL=https://kyoo.darklyn.org' > .env # or https://kyoo.zoriya.dev/
yarn && yarn run web |
|
Kyoo's version
No response
What happened?
How can I set the kyoo backend address?
It keeps trying to access "localhost:3000" (the frontend server istelf)
The text was updated successfully, but these errors were encountered: