Browse programming tutorials and articles.
View Example
·
Report Bug
·
Request Feature
Table of content
Setup project locally for development.
- Create or sign in to your Hygraph account.
- Click the button below to clone the Hygraph project.
- npm
npm install npm@latest -g
- Create
.env.local
file at the root level of the project and copy env variables from.env.example
file. You need to populate at least this variable for development purposes.NEXT_PUBLIC_API_ENVIRONMENT_GRAPHQL=
- Fork the repo
- Clone the repo
git clone https://github.com/[YOUR_USERNAME]/[YOUR_FORKED_PROJECT_NAME].git
- Install the dependencies
yarn
- Start the development server
yarn dev
- Your project will be running at http://localhost:3000
Contributions are what make the open source community such an amazing place to learn and create. Any contribution you make will be highly appreciated.
Feel free to fork the repository or create a pull request. And don't forget to give the project a star! 😉
- Fork the repository
- Create your feature branch (
git checkout -b feature/new-feature
) - Commit your changes (
git commit -m 'Add some new feature'
) - Push to the branch (
git push origin feature/new-feature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.