astro-hashnode/README.md

32 lines
785 B
Markdown
Raw Normal View History

# Astro Hashnode
2024-03-11 09:34:55 +00:00
An Integration to bring your Hashnode Headless Blog content into Astro!
2024-03-11 09:34:55 +00:00
To see how to get started, check out the [package README](./package/README.md)
## Contributing
This package is structured as a monorepo:
- `playground` contains code for testing the package
- `package` contains the actual package
Install dependencies using pnpm:
```bash
pnpm i --frozen-lockfile
```
Start the playground:
```bash
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.
2024-03-11 09:34:55 +00:00
## Licensing
[MIT Licensed](./LICENSE). Made with ❤️ by [Adam M.](https://github.com/adammatthiesen).
2024-03-11 13:15:37 +00:00
This project is also cloned to [GitLab](https://gitlab.com/matthiesenxyz/astro-hashnode)