Compare commits

..

2 Commits

Author SHA1 Message Date
b1ek 662f5197e4
add a note about resume 2023-06-06 14:14:30 +10:00
b1ek 3d89bb840b
remove outdated warning 2023-06-06 14:13:36 +10:00
1 changed files with 3 additions and 3 deletions

View File

@ -14,8 +14,6 @@ docker-compose up -d
``` ```
### Production ### Production
Note: production instance is not production-ready yet, as it is still in development mode.
```bash ```bash
cp .env.example .env cp .env.example .env
echo "APP_DEBUG=false" >> .env # Or edit the file yourself echo "APP_DEBUG=false" >> .env # Or edit the file yourself
@ -27,7 +25,9 @@ Also dont forget to build the [resume app](#build-the-resume)
## Build the resume ## Build the resume
cd to `react/resume` and run `build.sh`. cd to `react/resume` and run `build.sh`.
If you are running in debug mode, run `yarn/npm start` If you are running in debug mode, run `yarn/npm start`.
**Note**: Generally, the app will build the resume by itself, although there is some exceptions.
## Generate the key ## Generate the key
Cd to root of project and run `scripts/generate_key.py` Cd to root of project and run `scripts/generate_key.py`