Calculate chmod
permissions using a grahpical Web interface
See https://aminnairi.github.io/chmod
git clone https://github.com/aminnairi/chmod
cd chmod
Copy the .env.example
file and setup your environment by editing the newly copied file.
cp .env.example .env
Starts a development server and recompiles the application whenever a change occur in the src
directory.
make development
Compiles the project and stores the output in the docs
directory.
make production
Serves 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