How to setup the project locally
Setup a hook to build before pushing.
$ make hooksInstall local packages - NPM packages in node_modules and gems in vendor.
$ make install- Make sure you generated a token as per the Token doc.
- Create an dotenv file from the template.
$ cp .env.template .env
- Open the
.envfile and add your secret token value and save the file.
The result will be something like:
.envGITHUB_TOKEN=abcedf123
This project has been set up to ignore this file, to prevent it being accidentally committed and shared publicly.