remix-project mirror
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
remix-project/docs/code_contribution_guide.md

577 B

Code contribution guide

Remix is an open source tool and we encourage anyone to help us improve our tool. You can do that by opening issues, giving feedback or by contributing a pull request to our codebase.

The Remix application is built with JavaScript and it doesn't use any framework. We only rely on selected set of npm modules, like yo-yo, csjs-inject and others. Check out the package.json files in the Remix submodules to learn more about the stack.

To learn more, please visit our GitHub page.