Skip to content
This repository was archived by the owner on Feb 22, 2022. It is now read-only.

Latest commit

 

History

History
68 lines (43 loc) · 1.6 KB

README.md

File metadata and controls

68 lines (43 loc) · 1.6 KB

⚠️ 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

  • 🚀