Skip to content
This repository was archived by the owner on May 18, 2025. It is now read-only.

OpenMarch/om-schema

Repository files navigation

om-schema

Database schema and migrations for OpenMarch

Development setup

  1. Install Bun

  2. Install dependencies

    bun install
  3. Add Husky config file (referenced from this issue)

    1. Look at how to find your Bun path
    # in MacOS or linux
    mkdir ~/.config/husky --parents
    echo "export BUN_INSTALL=$HOME/.bun" >> ~/.config/husky/init.sh
    echo "export PATH=${BUN_INSTALL}/bin:$PATH" >> ~/.config/husky/init.sh

About

Database schema and migrations for OpenMarch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published