diff --git a/README.md b/README.md index 5c9dd6e..a91142e 100644 --- a/README.md +++ b/README.md @@ -19,4 +19,10 @@ cp .env.example .env echo "APP_DEBUG=false" >> .env # Or edit the file yourself sudo ./install docker-compose up -d -``` \ No newline at end of file +``` + +Also dont forget to build the [resume app](#build-the-resume) + +## Build the resume +cd to `react/resume` and run `build.sh`. +If you are running in debug mode, run `yarn/npm start` \ No newline at end of file