Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 1.01 KB

README.md

File metadata and controls

52 lines (31 loc) · 1.01 KB

Source code for building GeoLatina Coding Group website

This is the source code for geolatinas.github.io.

Check and autoformat code style

In order to use a standard style for the code we use prettier.

Run prettier from CLI

You can run prettier to check if the source files have the right style:

prettier --check index.html style.css

And you can use it to autoformat the files to follow the right style:

prettier --write index.html style.css

Be careful: files will be overwritten.

Use Makefile

Alternatively you can use GNU make to run these tasks. For checking:

make check

and for autoformat:

make format

License

This work is licensed under a Creative Commons Attribution 4.0 International License.

CC BY 4.0