https://github.com/sonujose/sonujose.github.io
Personal portfolio website
https://github.com/sonujose/sonujose.github.io
Last synced: about 1 year ago
JSON representation
Personal portfolio website
- Host: GitHub
- URL: https://github.com/sonujose/sonujose.github.io
- Owner: sonujose
- License: other
- Created: 2021-01-02T09:37:10.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-06-23T15:36:02.000Z (about 2 years ago)
- Last Synced: 2025-01-02T01:45:01.052Z (over 1 year ago)
- Language: CSS
- Size: 3.24 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Personal Portfolio website
## Sections
- Expertise
- Spotlight
- Contact
## Local Development
Setup an nginx server by volume mounting the source. This will faciliate live debugging also. The docker-compose will port-forward container to localhost:5050
```s
docker-compose up
```