Calculate chmod permissions using a grahpical Web interface
See https://aminnairi.github.io/chmod
git clone https://github.com/aminnairi/chmod
cd chmodCopy the .env.example file and setup your environment by editing the newly copied file.
cp .env.example .envStarts a development server and recompiles the application whenever a change occur in the src directory.
make developmentCompiles the project and stores the output in the docs directory.
make productionServes the content of the docs directory and simulate a production server. This command automatically calls the make production command for you behind the scenes.
make start