https://github.com/dariodip/elixir_notes
A collection of Elixir notes written using Livebook
https://github.com/dariodip/elixir_notes
elixir notes
Last synced: about 1 month ago
JSON representation
A collection of Elixir notes written using Livebook
- Host: GitHub
- URL: https://github.com/dariodip/elixir_notes
- Owner: dariodip
- Created: 2022-02-06T10:48:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-23T15:17:09.000Z (about 4 years ago)
- Last Synced: 2025-03-14T20:45:48.686Z (over 1 year ago)
- Topics: elixir, notes
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Elixir Notes
This repository contains notes that I wrote while learning [Elixir](https://elixir-lang.org/).
I've decided to use [Livebook](https://livebook.dev/) to organize and run my notes because I think that it is such a power tool and gave me the opportunity to write and run Elixir code in the browser.
Besides writing and running notes, using Livebook I can also include graphics, formulas and snippets of markdown.
## Getting started
I decided to run Livebook inside a Docker container. So, in order to run it, you need to have [Docker](https://www.docker.com/) installed on your machine.
To run it, you can run the the script [`start`](./start).
## Notes
- [getting-started](./getting-started)