Install Node version 12.83 or higher. Open a command line shell.
Run npm install to install dependencies of the project
Finally npm install -g truffle will install truffle
To compile the contracts use Truffle. Use npm install -g truffle if not installed.
truffle compileIn a new shell compile the contracts
truffle compileUse npm test to test the contracts. Test file is in tests/ directory