Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kkweon/question-vote-realtime-elm

Realtime Question Asking App. For conferences, seminar, etc. Local Demo Version can be found in the following link
https://github.com/kkweon/question-vote-realtime-elm

elm

Last synced: about 1 month ago
JSON representation

Realtime Question Asking App. For conferences, seminar, etc. Local Demo Version can be found in the following link

Awesome Lists containing this project

README

        

#+TITLE: Real-time Question Platform

#+HTML:

- Question can be written anonymously online.
- Can vote
- Can be used in a small talk, seminar, conference, etc

* Build
- NPM(NodeJS)
- ELM
#+BEGIN_SRC bash
npm install
elm-package install
#+END_SRC

* Run

#+BEGIN_SRC bash
nf start
#+END_SRC