Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 772 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 772 Bytes

🚧 Genesis

Build your docker environment by config.

This is basically a docker-compose written with TypeScript

It uses the fully known docker-compose files to build your entire environment

🚧 WIP 🚧

  • genesis scan
  • genesis configure
  • genesis up
  • genesis up -a
  • genesis down
  • genesis down -a
  • genesis build
  • Add networking
  • Save several config files

Running the aplication in development

You can develop and run this application via

  $ yarn start

Available commands for development

  • yarn start: alias for yarn watch
  • yarn build: build the .ts files
  • yarn watch: start the watch mode
  • yarn compile: alias for build