Go to: https://github.com/techfleetworks/Beela-phase-3 for the code

<aside> ๐ Make sure the Production branch is selected!
</aside>
Use yarn install to add the Yarn package to allow JavaScript runtime environment. Once itโs installed, you can make changes and see those changes made live by typing yarn dev to the terminal. This will run the project locally at localhost:3000
<aside> โ Make sure node.js is installed! https://nodejs.org/en/download/
</aside>
<aside>
๐ง If yarn install shows an error, install yarn first with npm install --global yarn and try yarn install again.
For more information on yarn: https://classic.yarnpkg.com/lang/en/docs/install/
</aside>

Reusable components that are implemented for Beela, such as buttons, carousels, and input fields.
Local JSON files that supports components, such as FAQs, pollination application timeline, and testimonials.
All of Beelaโs pages live here.
<aside> โ ๏ธ The api folder also lives here. APPROACH THE FILES WITH CAUTION. The files are:
Images, fonts, .scss , and icons live here.

mockdata consists of JSON files. It is a text-based way of representing JavaScript object literals, arrays, and scalar data. JSON is relatively easy to read, write, and parse.
The following are mockdata files and the pages it affects:
<aside> ๐
</aside>
<aside>
๐ pollination-timeline.json: Application deadline in the programmes page.
Read about it here:
</aside>