Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidmarne/retro
retro
https://github.com/davidmarne/retro
Last synced: 2 months ago
JSON representation
retro
- Host: GitHub
- URL: https://github.com/davidmarne/retro
- Owner: davidmarne
- License: gpl-3.0
- Created: 2017-06-13T04:47:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-08-24T18:42:56.000Z (over 4 years ago)
- Last Synced: 2024-10-23T04:41:58.657Z (3 months ago)
- Language: Dart
- Size: 420 KB
- Stars: 7
- Watchers: 6
- Forks: 1
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Retro
A web application used to retroactively discuss topics of concern among friends. :)[Application Link](https://dart-board.firebaseapp.com)
Built with [angular][angular], [firebase][firebase], [bulma][bulma], and [built_redux][built_redux].
## Contributing
### System dependencies
[Dart 1.24.0](https://www.dartlang.org/)
[node-sass](https://github.com/sass/node-sass)
### Running the application locally
Run the client locally. It's easy!
```bash
$ pub get
$ pub serve
```
Navigate to [http://localhost:8080](http://localhost:8080) to get started!This will start up a local client that connects to the production database.
### Updating CSS Styles
```bash
$ ./generate_sass.sh
```Running this script will compile the css for all the sass rules defined in web/sass.
[built_redux]: https://pub.dartlang.org/packages/built_redux
[angular]: https://pub.dartlang.org/packages/angular
[firebase]: https://pub.dartlang.org/packages/firebase
[bulma]: http://bulma.io/