https://github.com/lukehedger/levelout
Me on the Internet
https://github.com/lukehedger/levelout
aws cloud-native devops go graphql javascript nodejs portfolio postgresql serverless typescript
Last synced: about 1 month ago
JSON representation
Me on the Internet
- Host: GitHub
- URL: https://github.com/lukehedger/levelout
- Owner: lukehedger
- Created: 2013-11-21T16:46:48.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2025-05-12T10:47:52.000Z (11 months ago)
- Last Synced: 2025-05-31T16:36:35.998Z (10 months ago)
- Topics: aws, cloud-native, devops, go, graphql, javascript, nodejs, portfolio, postgresql, serverless, typescript
- Language: Astro
- Homepage: https://lukehedger.dev/
- Size: 15.5 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lukehedger.dev
## Commands
| Command | Action |
| :--------------- | :------------------------------------------------------------- |
| `pnpm install` | Installs dependencies |
| `pnpm dev` | Starts local dev server at `localhost:3000` |
| `pnpm build` | Build your production site to `./dist/` |
| `pnpm postbuild` | Pagefind script to build the static search of your blog posts |
| `pnpm preview` | Preview your build locally, before deploying |
| `pnpm sync` | Generate types based on your config in `src/content/config.ts` |