-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows develop support #306
Comments
…r setup Upgraded README.md file Added support for Windows system by including different versions of dependencies in Gemfile. Also introduced Docker setup to the project via a docker-compose file for easy setup and environment consistency. Files for Windows-specific development workflow and a Docker setup guide were also added to the README. Lastly, a .gitignore update included to ignore files from JetBrains products and Docker's PostgreSQL volume data.
Having worked on several rails projects on Windows machine, I always recommend setting up WSL on utilizing Ubuntu to run a Linux console and developing through it rather than through Windows directly. |
Closing out as we now have a Windows local dev setup guide: https://github.com/maybe-finance/maybe/wiki/Windows-Dev-Setup-Guide If any additions need to be made to this to get up and running, let me know in a comment and I'll get it updated! |
Summary
Hey! It looks here are no Windows develop support. I am using Windows for developing stuff and I personally don't really like
devcontainers
(probably due to low JetBrains support of that)Task
Bring some documentation and do other fixes for supporting Windows as development platform.
The text was updated successfully, but these errors were encountered: