An open API service indexing awesome lists of open source software.

https://github.com/vinceumo/devnotes

✒ DevNotes/ TIL (Today I Learnt) is a collection of things I learned around web development, build with hugo
https://github.com/vinceumo/devnotes

blog devnotes hugo hugo-site til

Last synced: about 2 months ago
JSON representation

✒ DevNotes/ TIL (Today I Learnt) is a collection of things I learned around web development, build with hugo

Awesome Lists containing this project

README

        

# devNotes

DevNotes/ TIL (Today I Learnt) is a collection of things I learned around web development. This project is inspired by [@charliegerard/dev-notes](https://github.com/charliegerard/dev-notes) repo.

## Project

This project is build using [Hugo](https://gohugo.io/).

Run project:

Build:

```bash
hugo
```

Serve project:

```bash
hugo server
```