Skip to content

Official Angular in Darija landing page containing all video sessions.

Notifications You must be signed in to change notification settings

Gi2021/ngx-darija

 
 

Repository files navigation

Description

This is the official Angular in Darija landing page containing all video sessions.

Angular in Darija is Live Coding Series on Youtube to demystify Angular core concepts in Darija (Moroccan dialect).

https://ngx-darija.netlify.app

Development

Prepare the env

To fetch Angular In Darija video sessions you will need to create a Google API key.

  • follow these instructions to set up an API key with your Google account
  • add the key to your .env file GOOGLE_API_KEY=YOU_KEY_HERE

Start local server

For convenience, we've added netlify-cli as a dev dependency

  • npx netlify dev from root directory

Build

W/ a Netlify account

You can link your site to this project

  • npx netlify build

W/O a Netlify account

Shell

  • GOOGLE_API_KEY=AIzaSyB_xxxxxxxx NODE_ENV=production npm run prerender:ci

PowerShell

  • $env:GOOGLE_API_KEY="AIzaSyB_xxxxxxxx"; $env:NODE_ENV="production"; npm run prerender:ci

Preview

Build the project.

  • npx netlify dev --dir dist/ngx-darija/browser

Contributions

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.

Discord

We have a discord server join here.

About

Official Angular in Darija landing page containing all video sessions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 79.7%
  • JavaScript 10.7%
  • HTML 9.0%
  • Other 0.6%