In order to efficiently get started with project, don't forget to first go through all the relevant [[technology | Developer Guidelines]].
Things to do in order to begin contributing to this project:
- Read the Guidelines
- Take KT from your Lead
- Get proper access rights to Projects and Rooms
- Pick up a task from your pool
- Follow the Guidelines
- Always write test-cases
- Whatever code you write, make sure it outlasts you at least
- Take a checkout
- Make sure
npm
is installed in your system. - Take a checkout and enter the directory
- Run
npm i
. This will install all the dependencies for this project from the public npm repository. - Run
npm start
to run your development server.
All the best. Also remember,
Great things never come easy.