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

https://github.com/arjan/scribble

Elixir/Phoenix collaborative drawing board demonstration project
https://github.com/arjan/scribble

elixir-lang elixir-phoenix

Last synced: over 1 year ago
JSON representation

Elixir/Phoenix collaborative drawing board demonstration project

Awesome Lists containing this project

README

          

# Scribble!

This is Scribble, the example project accompanying my various talks
about the [Elixir](https://elixir-lang.org) programming language.

Try it live: https://scribble.top

## Presentation slides

* [Amsterdam PHP Meetup, jan 2019](https://docs.google.com/presentation/d/1blVMBZsCSct2ARlbuIM4QZVtWqO3sXTY8W2uXFnoXOc/edit?usp=sharing)
* [Reactive Amsterdam Meetup, dec 2018](https://docs.google.com/presentation/d/1Z5bB53jl4k29iaQVtzZyqVUTXsrLPyg8yDYs72w7htE/edit?usp=sharing)
* [Elixir Groningen Meetup, mar 2017](https://docs.google.com/presentation/d/1ns8AdSaN1uhazN-C0c1NJTpUwDqYxdl0E2V-3goE0uo/edit?usp=sharing)
* [Elixir Rotterdam Meetup, aug 2016](https://docs.google.com/presentation/d/1WfVPJlgFYcnEh05EBUx6XV7WNjSuZNiyN8boELkxA6M/edit?usp=sharing)
* [Amsterdam Ruby Meetup, aug 2016](https://docs.google.com/presentation/d/1WfVPJlgFYcnEh05EBUx6XV7WNjSuZNiyN8boELkxA6M/edit?usp=sharing)
* [Elixir Amsterdam Meetup, jan 2016](https://docs.google.com/a/miraclethings.nl/presentation/d/1IrjgtPdzKZlMi3zCN9ET9MmWi4t9853fvT0LAvRjIuw/pub?start=false&loop=false&delayms=10000)

## Installation

To start your Phoenix server:

* Install dependencies with `mix deps.get`
* Install Node.js dependencies with `cd assets && npm install`
* Start Phoenix endpoint with `mix phx.server`

Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.

Ready to run in production? Please [check our deployment guides](https://hexdocs.pm/phoenix/deployment.html).

## Learn more

* Official website: http://www.phoenixframework.org/
* Guides: https://hexdocs.pm/phoenix/overview.html
* Docs: https://hexdocs.pm/phoenix
* Mailing list: http://groups.google.com/group/phoenix-talk
* Source: https://github.com/phoenixframework/phoenix