Skip to content

Latest commit

 

History

History
62 lines (39 loc) · 1.42 KB

README.md

File metadata and controls

62 lines (39 loc) · 1.42 KB

chmod

Calculate chmod permissions using a grahpical Web interface

pages-build-deployment

Usage

See https://aminnairi.github.io/chmod

Development

Requirements

Clone

git clone https://github.com/aminnairi/chmod
cd chmod

Setup

Copy the .env.example file and setup your environment by editing the newly copied file.

cp .env.example .env

Development

Starts a development server and recompiles the application whenever a change occur in the src directory.

make development

Production

Compiles the project and stores the output in the docs directory.

make production

Start

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

Credits

Permission icons created by Freepik - Flaticon