https://github.com/konveyor/move2kube-website
Move2Kube website source
https://github.com/konveyor/move2kube-website
hacktoberfest kubernetes modernization move2kube replatforming
Last synced: about 2 months ago
JSON representation
Move2Kube website source
- Host: GitHub
- URL: https://github.com/konveyor/move2kube-website
- Owner: konveyor
- License: apache-2.0
- Created: 2021-12-05T12:32:33.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-07T06:09:56.000Z (over 1 year ago)
- Last Synced: 2025-03-07T07:23:08.438Z (over 1 year ago)
- Topics: hacktoberfest, kubernetes, modernization, move2kube, replatforming
- Language: JavaScript
- Homepage: https://move2kube.konveyor.io/
- Size: 141 MB
- Stars: 7
- Watchers: 12
- Forks: 18
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Move2Kube GitHub pages repo
This repository holds the code that generates the [Move2Kube Project's web page](https://move2kube.konveyor.io/).
## Contributing
1. If making changes to typescript files please run `yarn run build && yarn run bundle` to build typescript and update the bundle.
2. Do `git add -A` **AFTER** generating the bundle to add the bundle to the commit.
### Running the development environment
```console
$ docker run --rm -it -p 4000:4000 -v "${PWD}:/app" quay.io/konveyor/move2kube-website:v0.3.5
```