Skip to content

davidsivocha/konfig

Repository files navigation

Konfig

The monorepo that holds everything...

Getting started

Get the repository on your local machine. Takes a minute.

git clone https://github.com/konfig-dev/konfig
cd konfig

This repository has submodules so pull all of them. Also take a few minutes.

git submodule update --init --recursive --remote --merge

Environment Setup

  1. Run Postgres as a background process
  2. Setup environment variables

Paste this into your ~/.zshrc or ~/.bashrc

if [ -f $HOME/.envvars ]; then
    . $HOME/.envvars
else
    print "404: ~/.envvars not found."
fi

Then create ~/.envvars with values from Dylan.

How to run Konfig

  1. Make sure node_modules is initiated in konfig-dash
cd generator/konfig-dash
yarn # takes some time
  1. Start the server with yarn dev
# inside generator/konfig-dash
yarn dev

About

Sunset as of December 2024

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 43.2%
  • Python 22.9%
  • Java 10.8%
  • PHP 9.8%
  • C# 5.7%
  • Ruby 3.1%
  • Other 4.5%