rgreen312 / OwlPlace

https://rgreen312.github.io/OwlPlace/
5 stars 1 forks source link

[WIP] client: add nvm configuration & poc github actions for running npm build / test #2

Closed gvacaliuc closed 5 years ago

gvacaliuc commented 5 years ago

This patch adds an .nvmrc file to lock down the version of node we'll be using for the project. Additionally, a github actions workflow is introduced to automatically build & test our frontend code.

Still need to make sure the github actions stuff actually works, marking this WIP until I get it working. Will squash all the bs CI changes.