WIP project to create a list of places in Austin that hire developers.
- Fork the repo
- Add an entry to the list in
index.js:
{
// The previous entry
},
{
name: 'Company Name',
homepage: 'https://www.companyname.com/',
careers: 'https://www.companyname.com/jobs/',
address: '123 E 6th St, Austin, TX 78701',
plusCode: '1234+4H Austin, Texas',
},
{
// The next entry
},- Submit a pull request
For more information, read about forking and submitting PRs. Remember, there's nothing to fear about submitting a PR - everything gets reviewed and tested before getting added to the master branch!
If you'd rather not submit a pull request, you can file a suggestion here.