curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
sudo apt-get install -y nodejs
sudo apt-get install -y build-essential
npm install sails -g
git clone https://github.com/AStA-HTWG-Konstanz/backend.git && cd backend
npm install
sails lift
- Create or take an issue
- Create a feature branch with a correct name for the waffle bot: [issue number]-[your_branch_name]
- Pull request + assign Alesfatalis as reviewer