Compare commits

..

No commits in common. "662f5197e4b3124b81479e8bbdeeb427b1863fb5" and "f4dba961e61490f506ce790cf1029581a5996e8c" have entirely different histories.

1 changed files with 3 additions and 3 deletions

View File

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