Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/brianleroux/webdev.rip

personal indieweb blog about webdev by brian leroux
https://github.com/brianleroux/webdev.rip

aws blog serverless ssr webcomponents

Last synced: about 2 hours ago
JSON representation

personal indieweb blog about webdev by brian leroux

Awesome Lists containing this project

README

        

# 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

2. 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`

3. setup ci/cd
- add one smoke test
- followed these steps for https://begin.com/docs/getting-started/github-actions