Skip to content

Running locally #25

Answered by Mmasoud1
deathmukh asked this question in Q&A
Feb 11, 2024 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Hi @deathmukh, and thanks for reaching out.

1- After cloning the repo to your local drive, navigate to the root directory when you are inside the brainchop folder.

2- Then, open the command line inside the root directory and execute the following command to start the local HTTP server:

If you have Python -2, from the command line, run:

**python -m SimpleHTTPServer 8020**     

If you have Python -3, from the command line, run:

    **python -m http.server 8020** 

3- Now you can open the browser to see brainchop in action by using this address http://localhost:8020/

I selected 8020 for the above example; if that address is not available on your machine, you can use any address, such as 800…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@deathmukh
Comment options

Answer selected by deathmukh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants