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
- Host: GitHub
- URL: https://github.com/arjan/scribble
- Owner: arjan
- Created: 2016-01-14T17:21:48.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T16:00:56.000Z (over 3 years ago)
- Last Synced: 2025-03-18T03:12:54.100Z (over 1 year ago)
- Topics: elixir-lang, elixir-phoenix
- Language: Elixir
- Homepage: https://scribble.top/
- Size: 3.78 MB
- Stars: 18
- Watchers: 2
- Forks: 2
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
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