You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#3 adds a base development environment using Node/NPM, but doesn't Dockerize the app.
However, this requires developers and CI to have a specific version of Node installed on the machine and compels rebuilding node-sass each time the project's built. We should put the app in a Docker container akin to our other projects to streamline development.
The text was updated successfully, but these errors were encountered:
We encountered some linter conflicts during #8 which may have been related to local setups; may be worth Dockerizing this to circumvent similar issues in future.
#3 adds a base development environment using Node/NPM, but doesn't Dockerize the app.
However, this requires developers and CI to have a specific version of Node installed on the machine and compels rebuilding node-sass each time the project's built. We should put the app in a Docker container akin to our other projects to streamline development.
The text was updated successfully, but these errors were encountered: