Skip to content
Discussion options

You must be logged in to vote

I agree that this is not a very beginner friendly project, but keep in mind the idea for this project is not to be beginner friendly, but to use best practices and provide a good base developers can start with.

That said, I'm a bit surprised that you spent hours trying to build the project, these steps should be enough:

  1. Download and install docker desktop.
  2. Run docker desktop.
  3. Download the repository, and extract it to a folder.
  4. Open a command line terminal on the repository base folder.
  5. Run docker compose up --build
    Your page should be available on http://localhost

Concerning docker this is structure as I understand it:

The frontend and backend each have their own docker file, indicatin…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@cetcrack
Comment options

@Happily-Coding
Comment options

@yaoqiang
Comment options

@QDFish
Comment options

Answer selected by YuriiMotov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
5 participants