-
Notifications
You must be signed in to change notification settings - Fork 305
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
More detailed "Development Guide" Recommendations #267
Comments
Add how to setup for development
|
I think we should setup a linter such as eslint to maintain a standard formatting in all file |
That was an adventure; done with #272 |
We can include this : How to ContributeWhen you are ready to start work on a issue:
If you don't see your idea listed, do one of the following:
Pull Request Process
Reference : https://github.com/CircuitVerse/CircuitVerse/blob/master/CONTRIBUTING.md (liked this a lot) |
We can also set up a script in package.json, so that the user can check for linting errors on all the files, at once. I would like to work on this. |
I have setup the 'lint' script in #282 . Please review it |
We can add the following to the development guide(or can extend it to a wiki page or similar):
For Developers we already have CONTRIBUTING.md file, but can add more details to help contributors to get started with the project easily. Currently the CONTRIBUTING.md has:
We can add:
(Also, if there is some major changes in techstack happening(like shifting to a different framework), that can be listed here itself in this seperate guide; along with beginner-friendly issues as well as the others. This can possibly attract many more members to community as the collaborator or mentor can assign issues to the contributors as well.) Thank you. Would love to know the opinions and views upon this and work on this issue. |
Can anyone provide detailed instructions on how to set up this application locally on Windows 10 |
@siddhanth339, what issues are you experiencing when trying the instructions? |
Now it's working fine with the help of this article camicroscope-development-environment. We could add a detailed setup file to this repository for people having trouble running it locally i.e., right from including steps about installing docker with wsl2 to using the application locally (how to access each path, set jwt token, etc). |
We can look at pull request if you have a suggestion. 😃 |
I will work on it and create a pull request soon. |
Actually, something related to setting up the development environment is going to be very useful for everyone, it will help a lot of people, even I encountered problems related to the set up. |
Closing as a stale issue. Feel free to reopen if you think this should be active still. |
Add comments here to change or extend the caMicroscope development guide section of the README.
The text was updated successfully, but these errors were encountered: