VikeLabs / lecshare

A React application with typescript implementation: Making lectures more accessible for students with auditory, visual, or learning impairments; and Improving learning outcomes for students in lecture-based courses.
https://vikelabs.github.io/lecshare/
GNU General Public License v3.0
5 stars 3 forks source link

Developer environments #3

Open McRaeAlex opened 4 years ago

McRaeAlex commented 4 years ago

User Story

As a developer I want to be able to work in a standardized environment when developing that ensures that when someone else works on the code and when deployed it works the same as it did on my machine

Description

A docker file for development and testing ensures that each developer can use the application on their computer and it works the same.

Additional Details

Some possible issues with this is that windows users must have hyper-v installed.

Acceptance Criteria

McRaeAlex commented 4 years ago

From a discussion on slack I believe CI, does this job well enough so as soon as a CI testing suite is added I think we can close this issue.