AgileAppstate / moss3-classroom-assistant

Fork of classroom assistant with Stanford Moss similarity detection
MIT License
2 stars 0 forks source link

set-up dev environment #1

Open Brady-Adcock opened 2 years ago

Brady-Adcock commented 2 years ago

ensure that each team member can use the project build tools and run their build of classroom assistant.

Brady-Adcock commented 2 years ago

the node version to use is listed in the .node-version file.

Brady-Adcock commented 2 years ago

I had to install libsecret before I could get script/setup to work. Installation instructions are listed below.

Depending on your distribution, you will need to run the following command:

Debian/Ubuntu: sudo apt-get install libsecret-1-dev
Red Hat-based: sudo yum install libsecret-devel
Arch Linux: sudo pacman -S libsecret
Brady-Adcock commented 2 years ago

Final note, ensure that the absolute path for building the app doesn't contain spaces...

https://github.com/nodejs/node-gyp/issues/65#issuecomment-368820565