@@ -0,0 +1,14 @@
#!/usr/bin/bash
# Configure cmake build.
echo Configuring cmake build...
mkdir build
cd build
cmake ..
cd ..
# Install react dependencies
cd react
npm install
The note is not visible to the blocked user.