Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
infra: Add Makefile to build the website
The most important rules defined in this Makefile are: - `make`: build the website locally in the `.output` directory - `make serve`: to open a `python3` server which allows you to view the content at `http://localhost:8080/operating-systems` - `make cleanall`: stop the server and remove the container and all docker images Signed-off-by: Teodor Dutu <[email protected]>
- Loading branch information