https://github.com/averagemarcus/til
https://github.com/averagemarcus/til
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/averagemarcus/til
- Owner: AverageMarcus
- License: mit
- Created: 2020-12-09T13:02:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-22T20:03:14.000Z (about 4 years ago)
- Last Synced: 2025-02-12T11:24:16.536Z (over 1 year ago)
- Language: Makefile
- Size: 2.71 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# T.I.L.
> Repo previously containing the code for https://til.marcusnoble.co.uk where I record all small interesting things I learn.
Content has been migrated to, and combined with, my blog at https://marcusnoble.co.uk
## Building from source
With Docker:
```sh
make docker-build
```
Standalone:
```sh
make build
```
## License
See [LICENSE](LICENSE)