Angular in Darija is a Live Coding Series on Youtube aiming to demystify Angular core concepts in Darija (Moroccan dialect).
The application is hosted on https://angularindarija.dev.
-
Fork and clone the project
git clone git@github.com:your-username/ngx-darija.git
-
Install dependencies
# Netlify CLI npm install -g netlify-cli cd ngx-darija npm install
-
Prepare your environment
Follow these instructions to set up an API key with your Google account
Add the key to your .env.local file
GOOGLE_API_KEY=AIzaSyB_xxxxxxxx
If you want to work on Algolia Search indexing (Node.js):
Add the Algolia key to your .env.local file
ALGOLIA_APP_KEY=xxxxxx
-
Start local server
netlify dev
You can update a video's text content (description, chapters) without having to have the project locally.
-
Go to the video page on the website, e.g. Getting Started.
-
Click on the Edit link in the section you want to update.
-
GitHub should guide you through the editing process as described here: Editing files in another user's repository.
-
Once your PR is merged and the Pipeline lights are green, your content will go live!
Until the build is automated in the PR pipeline, you will want to build the application locally before submitting the PR.
If you have a netlify account, you can link your site to this project
netlify build
netlify deploy # deploys the built application on your Netlify's site
If you don't have a netlify account
# Shell
NODE_ENV=production npm run site:dev
# PowerSell
$env:NODE_ENV="production"; npm run site:dev
Preview the build result locally
netlify dev --dir dist/ngx-darija/browser
If it's your first contribution to a public Github repo follow this.
Otherwise Just
- Pick an issue.
- Check if someone is already working on it (read the comments)
- Let everyone know that you are working on the issue (Add a comment expressing that)
Thank you for your contribution.
Join the Community Discord Server here.