Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saeidex/notion-astro-loader-example
https://github.com/saeidex/notion-astro-loader-example
astro notion notion-astro-loader notion-blog
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/saeidex/notion-astro-loader-example
- Owner: saeidex
- Created: 2024-12-02T06:21:51.000Z (30 days ago)
- Default Branch: main
- Last Pushed: 2024-12-02T06:54:18.000Z (30 days ago)
- Last Synced: 2024-12-02T07:33:54.033Z (30 days ago)
- Topics: astro, notion, notion-astro-loader, notion-blog
- Language: Astro
- Homepage: https://notion-astro-loader-example.pages.dev
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Notion Astro Loader Example
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/saeidex/notion-astro-loader-example/tree/main/)
[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/p/sandbox/github/saeidex/notion-astro-loader-example/tree/main/)## 🧞 Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :------------------------ | :----------------------------------------------- |
| `bun install` | Installs dependencies |
| `bun run dev` | Starts local dev server at `localhost:4321` |
| `bun run build` | Build your production site to `./dist/` |
| `bun run preview` | Preview your build locally, before deploying |
| `bun run astro ...` | Run CLI commands like `astro add`, `astro check` |
| `bun run astro -- --help` | Get help using the Astro CLI |