https://github.com/chrisharrison/personal-2021
https://github.com/chrisharrison/personal-2021
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chrisharrison/personal-2021
- Owner: chrisharrison
- Created: 2021-05-03T19:40:43.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-01-29T18:01:55.000Z (over 1 year ago)
- Last Synced: 2025-01-29T18:35:40.598Z (over 1 year ago)
- Language: PHP
- Size: 1.11 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# personal-2021
[](https://github.com/chrisharrison/personal-2021/actions/workflows/deployment.yml)
## Developing locally
1. Build the container:
```
docker build . -t personal
```
2. Modify the content directory and run the container:
```
docker run -v "$PWD"/dist:/app/dist -v "$PWD"/content:/app/content personal
```
Output will appear in the /dist folder