Skip to content

Instantly share code, notes, and snippets.

@teboho
teboho / gist:85fd4f7a4609962bd884a4cc1ad46a57
Created October 25, 2025 09:37
Shesha Core on Docker
https://github.com/shesha-io/shesha-framework/pull/4063
has a closed pull request from https://github.com/shesha-io/shesha-framework/
Clone that repor and git switch into shesha-dev-docker-setup
@teboho
teboho / shesha-on-terminal.md
Last active December 11, 2024 09:51
Running Shesha from CLI

You don't necessarily have to fire up IDEs to run a Shesha application, you can use a terminal of choice (I recommend Powershell on Windows)

Running backend from the command line:

Build first :)

dotnet build

Run

@teboho
teboho / markdown_examples.md
Created September 10, 2024 08:05 — forked from cseeman/markdown_examples.md
Markdown for info panel/warning box

Examples for how to create your own info panel, warning box and other decent looking notification in GitHub markdown.

All the boxes are single/two cell tables or two row tables.

Warning box

❗ You have to read about this