2022-10-12 16:25:51 -05:00
# @astrojs/node
2022-06-30 11:02:39 -05:00
This adapter allows Astro to deploy your SSR site to Node targets.
2023-12-21 15:35:11 -05:00
## Documentation
2022-06-30 11:02:39 -05:00
2023-12-21 15:35:11 -05:00
Read the [`@astrojs/node` docs][docs]
2022-06-30 11:02:39 -05:00
2023-12-21 15:35:11 -05:00
## Support
2022-06-30 11:02:39 -05:00
2023-12-21 15:35:11 -05:00
- Get help in the [Astro Discord][discord]. Post questions in our `#support` forum, or visit our dedicated `#dev` channel to discuss current development and more!
2022-06-30 11:02:39 -05:00
2023-12-21 15:35:11 -05:00
- Check our [Astro Integration Documentation][astro-integration] for more on integrations.
2022-06-30 11:02:39 -05:00
2023-12-21 15:35:11 -05:00
- Submit bug reports and feature requests as [GitHub issues][issues].
2022-06-30 11:02:39 -05:00
2023-12-21 15:35:11 -05:00
## Contributing
2022-07-11 14:10:34 -05:00
2023-12-21 15:35:11 -05:00
This package is maintained by Astro's Core team. You're welcome to submit an issue or PR! These links will help you get started:
2022-07-11 14:10:34 -05:00
2023-12-21 15:35:11 -05:00
- [Contributor Manual][contributing]
- [Code of Conduct][coc]
- [Community Guide][community]
2022-06-30 11:02:39 -05:00
2023-12-21 15:35:11 -05:00
## License
2022-06-30 11:02:39 -05:00
2023-12-21 15:35:11 -05:00
MIT
2022-06-30 11:02:39 -05:00
2023-12-21 15:35:11 -05:00
Copyright (c) 2023– present [Astro][astro]
2022-07-11 14:10:34 -05:00
2023-12-21 15:35:11 -05:00
[astro]: https://astro.build/
[docs]: https://docs.astro.build/en/guides/integrations-guide/node/
[contributing]: https://github.com/withastro/astro/blob/main/CONTRIBUTING.md
[coc]: https://github.com/withastro/.github/blob/main/CODE_OF_CONDUCT.md
[community]: https://github.com/withastro/.github/blob/main/COMMUNITY_GUIDE.md
[discord]: https://astro.build/chat/
[issues]: https://github.com/withastro/astro/issues
2023-12-21 15:36:15 -05:00
[astro-integration]: https://docs.astro.build/en/guides/integrations-guide/