RyanRussell00 / personal-dj

Personal DJ site that creates playlists given custom inputs. View it live at: http://personaldj.net/
http://personaldj.net/
MIT License
25 stars 12 forks source link

Setup build pipeline #18

Closed RyanRussell00 closed 4 years ago

RyanRussell00 commented 4 years ago

Setup build pipeline so people can just fork the repo and set up their secrets in GitHub, then they can run the project through the build pipeline to make sure it works.

RyanRussell00 commented 4 years ago

May need to write tests in the build pipeline to ensure that the app doesn't break

RyanRussell00 commented 4 years ago

image

RyanRussell00 commented 4 years ago

Create CONTRIBUTORS.md file

RyanRussell00 commented 4 years ago

Update: Can't create a build pipeline since the app runs indefinitely and there are no tests.

RyanRussell00 commented 4 years ago

Update: Added GitHub action to run Prettier