Want to contribute to hippotable? That makes me very happy β€οΈ
Here's how to proceed:
- See a rough outline of the features we'd like to add in ROADMAP.md β in no particular order.
- Please find or create an issue before starting the work to make sure nobody's working on the feature already, and to get more context on the problem.
- The changes go straight to production, so please take your time to double-check that the code works.
- Pull requests should link to the issue (
closes #123
) and contain a brief description of the technical details of your solution. - I might be busy with other things. If the PR gets stuck, please ping @thoughtspile
Looking forward to your submissions!
The repo uses a basic node-based setup. To get started, clone the repo and run:
npm ci
npm run dev
Here are a few links to help you give you a head start:
- AstroJS docs (Build boilerplate & metaframework)
- SolidJS docs (UI framework)
- Arquero docs (dataframe library)