npx create-next-app -e https://github.com/alexkates/hashnode-next
.env.example contains all the environment variables you need to run a copy of hashnode-next for your headless blog. You can simply copy this file and rename it to .env.local
to get started.
Note: You will need a Hashnode API key to view the about page because the GetMe query requires authentication. You can read more about Hashnode API keys here.
Please read through our contributing guide before starting any work.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/my-amazing-feature
) - Commit your Changes (
git commit -am 'Add some my-amazing-feature'
) - Push to the Branch (
git push origin feature/my-amazing-feature
) - Open a Pull Request
Distributed under the MIT License. See the license for more information.