UCLA-Creative-Labs / sunshine

The official 2023 Creative Labs website

Home Page:https://creativelabsucla.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chore: setup advanced workflow

BryanPan342 opened this issue · comments

We need a system that checks our PR's to make sure the features are built

Also would be great if we could have something that could deploy our branches somewhere temporarily to view said changes.

  • run yarn test (if we do end up having tests.. for example if we build out tools to automate flow.. would be great if we could use jest for unit testing)
  • run yarn lint (if we decide to implement a linter)
  • run yarn build (to make sure changes are buildable)
  • deploy (to visually check/test a feature)

would be cool if we could use travis to deploy for each person's branch... like hash the time + the branch name to generate unique website prefixes...

Lmao this is definitely overkill but would be super dope to implement

wdyt? @arjunr00 @thenry3 @DonLe27 @josephtclegg

Close because of #21