mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-18 20:09:25 +00:00
chore: fix stale dev doc links, add docker disclaimer
This commit is contained in:
parent
eedc5ab329
commit
43c3fc6de5
1 changed files with 5 additions and 3 deletions
|
|
@ -14,9 +14,11 @@
|
|||
|
||||
Use the Docker Image available in `./Dockerfile`
|
||||
|
||||
> Make sure your container runtime has at least 4GB of RAM allocated, as default settings may vary by tool.
|
||||
|
||||
docker-compose up -d
|
||||
|
||||
Initiate a dev environment, please check the official guide [here](https://docs.learnhouse.app/technical-docs/dev-env)
|
||||
Initiate a dev environment, please check the official guide [here](https://docs.learnhouse.app/setup-dev-environment)
|
||||
|
||||
## Frontend Codebase
|
||||
|
||||
|
|
@ -36,11 +38,11 @@ Use the Docker Image available in `front/Dockerfile`, or install the frontend pa
|
|||
|
||||
#### Start the Backend server first
|
||||
|
||||
You need to have the backend running, to initiate a dev environment please check the official guide [here](https://docs.learnhouse.app/technical-docs/dev-env)
|
||||
You need to have the backend running, to initiate a dev environment please check the official guide [here](https://docs.learnhouse.app/setup-dev-environment)
|
||||
|
||||
#### Environment Files
|
||||
|
||||
Please check if you initiated your `.env` files, here is a [guide](https://docs.learnhouse.app/technical-docs/dev-env) on how to do it.
|
||||
Please check if you initiated your `.env` files, here is a [guide](https://docs.learnhouse.app/setup-dev-environment) on how to do it.
|
||||
|
||||
#### Install the frontend package
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue