Skip to content

pataruco/ga

Repository files navigation

GA

What is it

Is a monorepo with content for all the courses that I teach at General Assembly London 🇬🇧

It is divided:

Legacy code for the previous version of the monorepo

Shared React components for different websites in this repo.

Folder with all the starter and solutions homeworks for each course.

Folder with the [Terraform][terraform] code to provision the infrastructure.

Folder with all the starter and solutions labs for each course.

All lessons written in Markdown formatted with Remark syntax.

Styles for for different websites and lesson slides

React app hosted in Vercel with the custom domain https://fewd.pataruco.dev for Front-end Development course.

How to install

  • Clone this repo

    git clone git@github.com:pataruco/ga.git
  • Install dependencies

    pnpm install

Deployment

A Github action per websites is set to deal with deployments to production.

Read more about in the readme of each websites

CI status

Website GitHub Action
FEWD Deploy FEWD production