https://github.com/janinawibker/poll
A simple tool to create polls and surveys
https://github.com/janinawibker/poll
Last synced: 3 months ago
JSON representation
A simple tool to create polls and surveys
- Host: GitHub
- URL: https://github.com/janinawibker/poll
- Owner: JaninaWibker
- License: mit
- Created: 2020-04-26T15:04:05.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-14T17:04:29.000Z (3 months ago)
- Last Synced: 2025-03-14T18:27:23.877Z (3 months ago)
- Language: JavaScript
- Size: 503 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Polls
A simple tool to create polls & surveys.

> **WIP**
When developing two commands are required to get proper file watching and rebuilding working:
```bash
rerun 'ruby src/main.rb'
rollup src/js/create_simple.js --file file public/js/create_simple.js --format iife --watch # for create_simple, still working on having all files bundled independently
```## Requirements / Dependencies
- ruby
- sinatra (`gem install sinatra`)
- thin (`gem isntall thin`)
- rerun (`gem install rerun`)
- rollup (`npm install --global rollup`)