Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-12-23 00:12:32 +03:00
parent 4e1f9fbf56
commit 98bc9ecc24

View File

@ -1,3 +1,17 @@
In general
----------
The idea is to make the project as simple as possible and the dev cycle
as efficient as possible, for this reason only one lib manager is used
(npm), only one build system (make) and any translation layers are
avoided (less is likely to be phased out).
With this approach for most cases and for testing in the browser after
the initial setup only refreshing the page is required to load most of
the changes (./css/layout.less being the only exception).
General environment
-------------------
@ -76,6 +90,7 @@ be available in the path, run this to double check:
$ make check-help
To check the full list of dependencies run:
$ make check