Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robertjlooby/confsinfo
https://github.com/robertjlooby/confsinfo
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/robertjlooby/confsinfo
- Owner: robertjlooby
- License: mit
- Created: 2015-12-16T05:55:41.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-28T18:16:12.000Z (over 7 years ago)
- Last Synced: 2024-08-01T12:22:16.650Z (4 months ago)
- Language: Elm
- Homepage: http://confs.info/
- Size: 392 KB
- Stars: 18
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - robertjlooby/confsinfo - (others)
README
# confs.info
[![CircleCI](https://circleci.com/gh/robertjlooby/confsinfo/tree/master.svg?style=svg)](https://circleci.com/gh/robertjlooby/confsinfo/tree/master)
## Dependencies
- [elm](https://guide.elm-lang.org/install.html)
- [docker](https://www.docker.com/products/overview)## Running
#### Compile Elm code:
- `cd frontend`
- `elm package install`
- `elm make src/Main.elm --output ../backend/dist/elm.min.js`#### Build and run server
- `cd ../backend`
- `docker-compose up web`
- `open http://localhost:3000/index.html`## Tests
- `cd frontend/test`
- `elm package install`
- `npm install`
- `node_modules/elm-test/bin/elm-test AllTests.elm`and
- `cd backend`
- `docker-compose run test`## Rationale
I wanted to make a central place for designers and developers to find
conferences they might be interested in. Conferences in any language, location,
or focus are welcome so long as they:- Are targeted at designers and/or developers
- Have a set location and date
- Are the type of conference one might travel to (no local meetups, etc.)If you know of a conference this list is missing (or want to add a feature), open a pull request!