-
Create and populate the
.env
file, the example env file is located at.env.example
-
Open a new terminal, run
make start
, this could take a while for the first time -
Click
Open in Browser
in the popup located at the bottom right
Docker, follow the installation guide here
-
Clone repo
-
Create and populate the
.env
file, the example env file is located at.env.example
-
Open a new terminal, run
make start
, this could take a while for the first time -
In your browser, go to
http://localhost:<APP_PORT>
where<APP_PORT>
is the port specified in your.env
file