Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.
/ fewd Public archive

Is a monorepo with content for Front-end Web Development course for General Assembly London 🇬🇧

License

Notifications You must be signed in to change notification settings

pataruco/fewd

Repository files navigation

⚠️ This repo would not be updated anymore, the contents have been copied into https://github.com/pataruco/ga where further development would add it.

FEWD

What it is?

Is a monorepo with content for Front-end Web Development course for General Assembly London 🇬🇧

It is divided:

How to install

  • Clone this repo

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

    yarn

How to run locally

yarn workspace web start

How to deploy

A Github action is set to deal with deployments to prod. To trigger a deployment

  • Create a git release tag with the following convention R.<number>.<number>.<number>

    git tag R.1.0
  • Push tag to remote

    git push --tags
  • You can check CI/CD build here

  • Make a tea 🫖

  • Check site live

  • 🚀