Development Setup
Dependencies 🔗
Crankshaft requires the following dependencies:
Linux 🔗
Windows 🔗
Setup 🔗
To set up your development environment:
- Clone the repo:
git clone https://git.sr.ht/~avery/crankshaft
- Set up Git commit hooks:
make configure-git-hooks
- Install Javascript dependencies:
make install-js-deps
- Compile and run Crankshaft:
make run