-
Install dependencies for
devapp/withnpm install.As of now we use Node.js
v12.16.1. -
Also install dependencies for the root project with
npm install.Duh!
-
Run
npm start.This command will generate an unpacked extension inside the
chrome/directory, which should be loaded insideGoogle ChromeinDeveloper Mode. It will also spawn a development server which you can access fromlocalhost:3000. -
Hack away!
Open a Pull Request from your fork to our repo once it is done or need a review.
If you use Linux you can run source .envrc for some useful commands like @setup or @start.
- The code must be linted and properly formatted, that can be easily done with the right IDE -- I use JetBrains WebStorm. Perhaps some git hooks would come in handy in the future.
- Every feature needs to take into account the Meteor community as a whole and not the interest of a few in detriment of others.
- Be friendly and supportive, no one is perfect, and we all have limited time, especially in these difficult times.