Skip to content

hyphacoop/cosmos-proposal-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cosmos-proposal-builder

Helps you build software upgrade proposals.

Usage

Python

  • This will open a browser on localhost:8000.
python -m pip install -r requirements.txt
python src/main.py

Docker

  • This will serve the site on localhost:8000.
docker build -t proposal-builder .
docker run --rm -p 8000:8080 proposal-builder

Video capture of user interface

About

Tool for building Cosmos proposals

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published