Skip to content

Demonstration of GitHub actions and workflows for production-grade applications

Notifications You must be signed in to change notification settings

prabhasjoshi/rabbit-hole-github-actions

 
 

Repository files navigation

GitHub actions

Setup

  • First fork this repo in your account and add following secrets to your cloned GitHub repo by clicking on the Settings tab on GitHub:
DOCKER_HUB_USERNAME: your_github_username
  • Then clone the repo on your local
git clone git@github.com:<your_user_name>/rabbit-hole-github-actions.git

# Install dependencies 
yarn

# To start the app, run the following command and navigate to http://localhost:8888
yarn start

Next Step?

Read the whole blog for details of how things are working here: kamleshchandnani.com/articles/jumping-down-the-rabbit-hole-of-github-actions

About

Demonstration of GitHub actions and workflows for production-grade applications

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • JavaScript 73.9%
  • Dockerfile 26.1%