Skip to content

Eastwooder/source-warden

Repository files navigation

SourceWarden

Check

A GitHub Application meant to watch over your source code.

Getting started

Either you install all required packages and tools, or you just use the provided developer environment with nix develop.

VSCode / Codium

There is an embedded development environment in form of VSCode (in this case Codium) which has all necessary extensions pre-configured. This should help getting started without any kind of setup.

If you're not using direnv just run nix develop -c codium ., otherwise codium will be on the path and codium . will suffice.

Running the server

To run the server your can just execute nix run .#server.

OCI Image

You can either build the docker container as a single layer or stream all layers.

  • single layer

    nix build .#server-docker && zcat ./result | docker load
  • multiple layers

    nix build .#server-docker-stream && ./result | docker load

About

No description, website, or topics provided.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE-2
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages