Vylpes / Droplet

MIT License
0 stars 0 forks source link

AS an owner of a Droplet Instance, I want to be able to run the website from a binary #61

Open Vylpes opened 1 year ago

Vylpes commented 1 year ago

AS an owner of a Droplet instance, I want to be able to run the website from a binary SO THAT I don't have to have all the development requirements installed on the machine

Acceptance Criteria

AS an owner of a Droplet instance GIVEN I want to start the server WHEN I click execute the binary THEN the server should load as if I ran it from the terminal with yarn

AS a project owner GIVEN I a new release is required WHEN I push to the main branch THEN GitHub Actions should generate a binary using pkg

Subtasks

Notes

https://www.npmjs.com/package/pkg

Vylpes commented 1 year ago

Needs investigating