All Collections
FAQs
General
Working with Windows
Working with Windows

Some prerequisites and guidelines to make your experience smoother if using Windows

Alon Carmel avatar
Written by Alon Carmel
Updated over a week ago

Prerequisites:

Executing scripts/start script

If you are using git bash as your terminal everything should work out of the box.

Alternatively, if you are working with the windows command line (cmd) in order to run shell scripts you should run without the ./ prefix. When asked to run the start_quest script, run start_quest.sh instead of ./start_quest.sh (Make sure WSL 2 is installed)

If nothing works for you locally you can run the script through docker-compose. To do so, you can run the following command:

docker-compose run anythink-backend bash start_quest.sh
Did this answer your question?