Skip to content
/ stacks Public
forked from h8r-dev/stacks

Cloud native stacks for application development

License

Notifications You must be signed in to change notification settings

vgjm/stacks

 
 

Repository files navigation

Stacks

Heighliner stacks to speed up app dev.

Local Development

# Clone the repo or just do `git pull`
git clone git@github.com:h8r-dev/stacks.git

# Install git hooks
make install-hooks

If you want to live reload the chain modules, you need to install go and setup GOPATH and GOBIN env first. Then run:

# Watch files and develop
make watch

Layout

  • chain/: This contains the chain (CUE) modules.
  • official-stack: This contains the official stacks.

Documentation

Repo Structure

This repo provides the following CUE modules:

  • The entire repo can be imported as a CUE module.
  • Each stack can be imported as a CUE module.
  • The cuelib can be imported as a CUE module.

This repo contains the following stacks:

About

Cloud native stacks for application development

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CUE 61.7%
  • Shell 16.7%
  • Go 8.8%
  • CSS 2.0%
  • Makefile 1.7%
  • Dockerfile 1.5%
  • Other 7.6%