add building resume instruction

This commit is contained in:
b1ek 2023-03-12 00:28:17 +10:00
parent fc39d027be
commit d0af42f4f1
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 7 additions and 1 deletions

View File

@ -19,4 +19,10 @@ cp .env.example .env
echo "APP_DEBUG=false" >> .env # Or edit the file yourself echo "APP_DEBUG=false" >> .env # Or edit the file yourself
sudo ./install sudo ./install
docker-compose up -d docker-compose up -d
``` ```
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`