elm-community/builtwithelm

Name: builtwithelm

Owner: Elm Community

Description: A list of projects and apps built with Elm.

Created: 2015-12-10 05:00:04.0

Updated: 2018-05-17 18:34:02.0

Pushed: 2018-02-21 15:37:15.0

Homepage: http://builtwithelm.co/

Size: 72765

Language: Elm

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Built With Elm

Build Status

A list of projects and apps built with Elm.

This site is meant to showcase the awesome work the Elm community is doing. I wanted to create a place for people to have their work recognized, especially if it is open source (proprietary projects definitely welcome though!), and stand as examples for those who are new to the language.

Submitting a project

Just submit a PR with your info added to the beginning of the array in /data/projects.json and a screenshot in /data/images! Please ensure that the screenshot is 1000px x 800px and take care to choose the best format and do some optimization too. If your project is open source, fill in your repository url as well as the url of your project. If it is not, just leave it as null (this field is decoded with Json.Decode.maybe :smile:).

Contributing

Want to contribute to this site? Nice! Submit a PR or leave an issue. Feedback is encouraged and graciously accepted and my hope is that this can be a fun community project for people of all skill levels to contribute. If you do decide to submit code, please be sure to run it through elm-format prior to submitting your pull request.

This project was originally built by lukewestby(@luke in the elmlang Slack). It is now maintained by prikhi, feel free to get in touch with me at @lysergia in Slack.

Updating the Site

If the only changes are additional projects, you should just be able to merge the master branch into the gh-pages branch and push:

checkout gh-pages
merge master
push

However, if there have been any code changes, you should rebuild the application before pushing:

checkout gh-pages
merge master
install
run build
commit -a -m"Build Site"
push


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.