An Integration to bring your Hashnode Headless Blog content into Astro!
https://github.com/MatthiesenXYZ/astro-hashnode
Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> |
||
---|---|---|
.changeset | ||
.github | ||
.vscode | ||
package | ||
playground | ||
.gitignore | ||
.npmrc | ||
LICENSE | ||
README.md | ||
biome.json | ||
package.json | ||
pnpm-lock.yaml | ||
pnpm-workspace.yaml |
README.md
Astro Hashnode
An Integration to bring your Hashnode Headless Blog content into Astro!
View a live demo Here
To see how to get started, check out the package README
Contributing
This package is structured as a monorepo:
playground
contains code for testing the packagepackage
contains the actual package
Install dependencies using pnpm:
pnpm i --frozen-lockfile
Start the playground:
pnpm playground:dev
You can now edit files in package
. Please note that making changes to those files may require restarting the playground dev server.
Licensing
MIT Licensed. Made with ❤️ by Adam M..
This project is also cloned to GitLab