stephen / staff-eng

Collection of stories of how folks have reached Staff-plus roles in technology.

Home Page:https://staffeng.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is a Gatsby script that is built into staffeng.com. The built assets live in the ghpage branch.

Submitting your story?

Read the instructions at staffeng.com/share, but it's basically submitting a story to src/markdown in the same format as the existing stories!

Development

Install Gatsby, then run:

gatsby develop

Your site is now running at http://localhost:8000!

Please run prettier on all code before submit a request:

prettier --write src/*/*.js

After that send over a pull request.

Deploy

Roughly following these instructions:

npm run deploy

Longer term I'd like to figure out how to get CI/CD setup using Github Actions and these gatsby deploy instructions. Or maybe this github action? Although I think that one assumes a different branch structure, which is fine.

About

Collection of stories of how folks have reached Staff-plus roles in technology.

https://staffeng.com

License:Other


Languages

Language:JavaScript 70.2%Language:CSS 29.8%