Git Product home page Git Product logo

ngx-darija's Introduction

Description

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.

drawing drawing drawing

Quick start

  1. Fork and clone the project

    git clone [email protected]:your-username/ngx-darija.git
  2. Install dependencies

    # Netlify CLI
    npm install -g netlify-cli
    
    cd ngx-darija
    npm install
  3. 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
  4. Start local server

    netlify dev

Create content

You can update a video's text content (description, chapters) without having to have the project locally.

  1. Go to the video page on the website, e.g. Getting Started.

  2. Click on the Edit link in the section you want to update.

  3. GitHub should guide you through the editing process as described here: Editing files in another user's repository.

  4. Once your PR is merged and the Pipeline lights are green, your content will go live!

Build

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

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

Join the Community Discord Server here.

ngx-darija's People

Contributors

chihab avatar mubramaj avatar ikourfaln avatar ilyassfouih avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.