Skip to content

taraxvoid/queeromaha

Repository files navigation

queeromaha.net

Netlify Status

Directory of queer/trans groups, venues and spaces in Omaha.

Dependencies

  • A working *nix shell
  • Bun as drop-in Node interpreter replacement, package manager and test runner

Stack

Local Dev

Run locally with hot-reloading

bun install --development
bun run serve # local 11ty server at localhost:8080
bun run serve:cms # local decapCMS at /admin

The live site auto-deploys on pushes to main.

That workflow looks like:

bun install -g netlify-cli
netlify login
netlify dev

Build

bun run build # 11ty output to _site

Code Style

Husky requires lint to pass on pre-commit. Fix and re-commit.

bun run lint # check formatting
bun run fix # auto-fix formatting

Tests

Husky requires tests to pass on a pre-push. Please add tests for significant changes.

bun test # unit tests + Playwright

About

queeromaha.[com|net]

Resources

Security policy

Stars

Watchers

Forks

Contributors