In this directory, ie fhe
, you can do the following steps.
First, position yourself in the root directory of the project and run the following make
command:
cd ..
make deps
Then, install git LFS to get both the server and client used to run the webapp:
sudo apt-get install git-lfs
# or for macos: brew install git-lfs
git lfs install
git lfs pull
In a terminal, run:
make webapp
Open the given URL link that defaults to port 8888
(search in your terminal for a line Running on local URL: http://127.0.0.1:8888/
or press here to open the default port link).