An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Build Tracker on Heroku

Quickly create a new Build Tracker deployment on Heroku

[![Deploy to Heroku](https://www.herokucdn.com/deploy/button.svg)](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).