Skip to content

Commit

Permalink
[Fix] Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
- Added missing build step in self hosting documentation
  • Loading branch information
kurienzach committed May 18, 2023
1 parent 3ada8dc commit 491d1ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ source venv/bin/activate
pip install -r requirements.txt

# Run application with pm2
cd ..
yarn run build
npm install -g pm2 # Use sudo if required
pm2 start ecosystem.config.js
```
Expand Down

0 comments on commit 491d1ee

Please sign in to comment.