simonh1000 / elm-webpack-starter

Elm 0.19.1, Webpack 5 & Tailwind
MIT License
343 stars 39 forks source link

enable gitpod #36

Open simonegiacomelli opened 3 years ago

simonegiacomelli commented 3 years ago

First and foremost, thank you for your very useful repository It helped me to enter at high speed in elm coolness, I'm very grateful.

I recently discovered Gitpod; the service is amazing!

What do you think about adding gitpod yml configuration?

Best!

simonegiacomelli commented 3 years ago

I created a fork and added .gitpod.yml here

These are additional improvements that comes to my mind:

simonh1000 commented 3 years ago

Hi, and thanks for your feedback. I don't really have any time for working on this, but if you can show me a fully working environment, and that does not impede the standard command line functionality, I will gladly accept your PR

simonegiacomelli commented 3 years ago

[...] if you can show me a fully working environment

Sure, here it is: https://gitpod.io/#https://github.com/simonegiacomelli/elm-webpack-starter Know that gitpod will take a couple of minutes to create the environment. But it's worth it :)

I will create a pull request so you will be able to inspect it.

that does not impede the standard command line functionality, I will gladly accept your PR I just added the file .gitpod.yml so it should not impede it.

Thank you for the quick start repo!