- Set up your local environment as mentioned here
- Open the
event.js
file and in thedata
variable you can seemonthId
and inside it we haveevent
where we add our event for that particular month Our month convention is 0 - January to 11 - December
In the picture below we have an event of January and the event number is 1
According to the above pattern we have to add other events.
All the images works good in (1000 * 1000) pixels and store it in ../images/events folder only
- If you want to add an event that will be occuring in March then go to
monthId - 2
and create a block as shown and fill all the necessary details.
We will be reviewing each and every PR before it gets merged.
If you want to add a domain you can add it inside domain
array and make necessary changes in data
We know there are 100's of tutorials out there but we do not want any spam here. Only put of those which you genuinely found useful and would recommend others to watch.
- Open the
tutorial.js
file and you can see the pattern
- The
id
is coming from Youtube. Here is how you can get it:
- Open the Youtube video you want to add.
- The highlighted part is your
id
that we are going to use. - Copy the id and paste it. Add the necessary details like author, desc and about.
🌟 Voila, you can now contribute and can make a difference!!