Contributing
We welcome contributions! Here's how you can help.
Development Setup
git clone https://github.com/jstility/tship.git
cd tship
npm install
npm run build
npm linkRunning Tests
npm testDocumentation
The documentation site lives in /docs. To work on it locally:
cd docs
npm install
npm run devPull Requests
- Fork the repo
- Create a feature branch
- Make your changes
- Add tests if applicable
- Submit a PR with a clear description