https://github.com/paularmstrong/build-tracker-heroku
Quickly and easily deploy a new Build Tracker application to Heroku
https://github.com/paularmstrong/build-tracker-heroku
Last synced: 5 months ago
JSON representation
Quickly and easily deploy a new Build Tracker application to Heroku
- Host: GitHub
- URL: https://github.com/paularmstrong/build-tracker-heroku
- Owner: paularmstrong
- License: mit
- Created: 2020-02-17T22:34:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-12T05:28:42.000Z (over 4 years ago)
- Last Synced: 2025-05-08T00:45:00.931Z (5 months ago)
- Language: JavaScript
- Size: 33.2 KB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Build Tracker on Heroku
Quickly create a new Build Tracker deployment on Heroku
[](https://heroku.com/deploy)
## Documentation
All documentation can be found at [buildtracker.dev](https://buildtracker.dev).
### Quick Start
1. On GitHub, click the [Use this template](https://github.com/paularmstrong/build-tracker-heroku/generate) button to create a new repo from this template repo.
2. Update the server's `build-tracker.config.js` file as per your needs. Follow the [`@build-tracker/server` documentation](https://buildtracker.dev/docs/packages/server#configuration)
3. Click the _Deploy to Heroku_ button in this README
> NOTE: if you create this as a _private_ repository, you must update the URL with a `template` query param: `https://heroku.com/deploy?template=https://github.com/my-org/build-tracker-heroku/tree/master`
4. Follow the instructions on Heroku.## Contributing
### [Code of Conduct](https://github.com/paularmstrong/build-tracker/blob/next/CODE_OF_CONDUCT.md)
All project participants are expected to adhere to the repository's Code of Conduct. Please read [the full text](https://github.com/paularmstrong/build-tracker/blob/next/CODE_OF_CONDUCT.md) so that you can understand what actions will and will not be tolerated.
### [Contributing Guide](https://build-tracker.dev/docs/contributing)
Read the contributing guide to learn about the development process, how to propose fixes and improvements, and how to build and test your changes.
## License
Build Tracker is [MIT licensed](https://github.com/paularmstrong/build-tracker/blob/next/LICENSE).