First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
Notebooks are used from time to time for EDA and as general conceptual scratchpads. To keep conflicts and diffs to a minimum, the nbdev_clean command is run with precommit hooks to strip unnecessary metadata like run count.
First install nbdev:
pip install nbdevThen install pre-commit hooks in the repository directory:
pre-commit install