Welcome to the iTalanta "Discover" program! This guide provides students and contributors with essential information and guidelines for making contributions to the iTalanta "Discover" program. In this guide, we'll cover what to expect from the program and provide details on our workflow documentation.
The iTalanta "Discover" program is designed to prepare learners for their first job, internship, or apprenticeship In this program, you will work in a simulated work environment, collaborating on open-source software projects. You will be mentored by experienced developers who will act as project managers, answer your questions, review your work, and provide guidance throughout your journey.
The primary objectives of the iTalanta "Discover" program include:
- Preparing learners for their first job, internship, or apprenticeship.
- Teaching timeless fundamentals of software development.
- Providing a simulated work environment for practical experience.
- Offering mentorship and guidance by experienced developers.
Please review our Workflow Documentation before beginning your contribution.
To get a local copy up and running, please follow these simple steps.
Here is what you need to be able to run the App.
- Node.js
- npm
-
Fork then clone repo from your public GitHub repository (fork https://github.com/italanta/elewa-website-html/fork).
git clone https://github.com/{yourusername}/elewa-website-html.git
-
Go to the project folder
cd elewa-website-html
-
Install packages with npm
npm i
-
Compile typescript to js and watch for live changes
npm run watch:ts
-
Start the dev server.
npm run serve