Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/paularmstrong/paularmstrong.dev

Paul is a Principal Software Engineer with deep experience leading teams and building amazing experiences using many different “front-end” web technologies. The list is deep and topics can range from JavaScript, Typescript, Node.js, React, CSS, PWAs, developer experience, testing, continuous integration, and more. This is his website’s github repo.
https://github.com/paularmstrong/paularmstrong.dev

blog personal-website website

Last synced: about 2 months ago
JSON representation

Paul is a Principal Software Engineer with deep experience leading teams and building amazing experiences using many different “front-end” web technologies. The list is deep and topics can range from JavaScript, Typescript, Node.js, React, CSS, PWAs, developer experience, testing, continuous integration, and more. This is his website’s github repo.

Awesome Lists containing this project

README

        

# PaulArmstrong.dev [![Netlify Status](https://api.netlify.com/api/v1/badges/40d2f705-c2c2-47a5-b3c9-ce6772a29847/deploy-status)](https://app.netlify.com/sites/paularmstrongdev/deploys)

Oh hey! I’m [Paul Armstrong](https://paularmstrong.dev/about) and this is my website. Trying to figure out how this all works? Well here’s the high level:

- Built on [Astro](https://astro.build)
- Super minimal amount of Solid-js for dark/light/auto theme switching
- Markdown and MDX for content
- Github actions for lint, formatting, and type checks
- Netlify for deploying

## Good stuff to know

| Command | What |
| ------------------------------- | --------------------------------- |
| `yarn start` (alias `yarn dev`) | Run the dev server |
| `yarn build` | Build for production deploy |
| `yarn preview` | Preview the production built site |
| `yarn format` | Format code |
| `yarn lint` | Lint code |
| `yarn tsc` | Type check |

## PR Etiquette

### I found a typo or grammatical error, should I open a PR?

Yes! Absolutely!. We all make mistakes – especially me. Your help is greatly appreciated.

### I think you’re wrong, should I open a PR?

Probably not. It’s great that you disagree, but I probably don’t have the time to argue.