Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaimeloeuf/feature-voting
SaaS to vote for new features
https://github.com/jaimeloeuf/feature-voting
elm
Last synced: about 2 months ago
JSON representation
SaaS to vote for new features
- Host: GitHub
- URL: https://github.com/jaimeloeuf/feature-voting
- Owner: Jaimeloeuf
- License: agpl-3.0
- Created: 2021-08-02T14:41:35.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-19T04:27:21.000Z (over 3 years ago)
- Last Synced: 2024-04-14T00:43:42.669Z (9 months ago)
- Topics: elm
- Language: Elm
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Feature voting
SaaS to vote on what features should be implemented for a given product.
Mainly used internally right now.## Run
- Run the app using `npm run serve`
- Instead of using a command directly to ensure that the elm-live command works on all platforms
- https://gitmemory.com/issue/wking-io/elm-live/206/580930422
- Command to run it directly in powershell
```powershell
elm-live .\src\Main.elm "--" --output=elm.js
```## License, Author, Contributing
[AGPL](./LICENSE), [JJ](https://github.com/Jaimeloeuf), hit me up!