webdev.rip

personal indieweb blog about webdev by brian leroux

Stars
4
Committers
1

webdev.rip

small experimental indieweb blog

how i set up

  1. setup the code
  • created an Enhance project by running begin new ./webdev.rip
  • moved into the project directory cd webdev.rip and deployed a staging environment with begin deploy
  • created a production env by running begin create
  • backed everything up by creating this repo in github/brianleroux/webdev.rip
  1. setup the dns
  • registered the domain by running begin domains add --domain webdev.rip
  • associated the production env with my new domain by running begin domains link
  1. setup ci/cd
Related Projects