- Clone the repository:
git clone <repository-url>
cd crypto-algo-trader- Install mise
a. Make sure you've configured it to work with IDEs
- Install dependencies
mise install
mise setup- Install recommended VSCode extensions
That's it! Your environment is set up :)
# Format code
mise run format
# Check linting
mise run lint
# Type checking
mise run typecheck
# Run tests
mise run test