Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
48 lines (32 loc) · 928 Bytes

File metadata and controls

48 lines (32 loc) · 928 Bytes
Copy raw file
Download raw file
Outline
Edit and raw actions

Contributing

Prerequisites

  • asdf for environment management
  • Node.js (installed via asdf)
  • npm (bundled with Node)

Development setup

Follow the guide at asdf-vm.com.

Then install the Node.js plugin:

asdf plugin add nodejs
asdf install

This will read .tool-versions and install the appropriate version of Node.js automatically.

npm install
npm run build -- --watch

Tests

npm test

To continuously watch for file changes:

npm run dev:test

Pull requests

  • Keep changes focused and small where possible.
  • Add or update tests when behaviour changes.
  • Update documentation when public APIs or workflows change.
  • Make sure tests pass before opening a pull request.

Reporting issues

When reporting a bug, include the Python code, the runtime you used, the error you received, and the behaviour you expected.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.