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

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

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