Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaronoff97/listmkr
This is the public repository for the listmkr application, the code started from https://github.com/mklinga/zen-example.git
https://github.com/jaronoff97/listmkr
Last synced: 8 days ago
JSON representation
This is the public repository for the listmkr application, the code started from https://github.com/mklinga/zen-example.git
- Host: GitHub
- URL: https://github.com/jaronoff97/listmkr
- Owner: jaronoff97
- License: mit
- Created: 2017-10-11T01:12:09.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-11T05:44:46.000Z (about 7 years ago)
- Last Synced: 2024-10-28T15:48:41.716Z (about 2 months ago)
- Language: JavaScript
- Size: 782 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Listmkr Frontend Application
This is the public repository for the listmkr application, the code started from https://github.com/mklinga/zen-example.git## Contributing
This application is open source! If you want to add something to it please submit a pull request!
## Deployment
### PRODUCTION
This application is currently working with AWS's CodePipeline and CodeDeploy services. When a PR is merged into master the pipeline will run, build the docker container, and deploy the newest version to AWS.### DEVOLPMENT
COMING SOON!!! The process will be very similar to the production process however, the test code will deploy to a seperate AWS instance and the docker container created will be tagged as listmkr-dev instead of listmkr-prod.