https://github.com/hashnode/support
Your go-to guides for understanding Hashnode a little better.
https://github.com/hashnode/support
docusaurus hashnode support
Last synced: 6 months ago
JSON representation
Your go-to guides for understanding Hashnode a little better.
- Host: GitHub
- URL: https://github.com/hashnode/support
- Owner: Hashnode
- Created: 2021-01-18T08:15:20.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-05-01T21:48:11.000Z (over 1 year ago)
- Last Synced: 2025-06-22T02:48:53.471Z (6 months ago)
- Topics: docusaurus, hashnode, support
- Language: JavaScript
- Homepage: https://support.hashnode.com/
- Size: 738 KB
- Stars: 49
- Watchers: 10
- Forks: 48
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Hashnode Support
Hashnode Support is one stop solution for all your doubts and questions about Hashnode. Each guide helps you understand Hashnode a little better. Feel free to [dive in](https://support.hashnode.com/) and clear all your doubts.
## Installation
```console
yarn install
```
## Local Development
```console
yarn start
```
This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.
## Build
```console
yarn build
```
This command generates static content into the `build` directory and can be served using any static contents hosting service.
## Contributions
We love your input! We want to make contributing to this support site as easy and transparent as possible, whether it's:
- Reporting a bug
- Submitting a fix
- Proposing new features
- Adding more guides.
Refer to [Contributing Guidelines](https://github.com/Hashnode/support/blob/main/CONTRIBUTING.md) for getting started with your contributions.
This website is built using [Docusaurus 2](https://v2.docusaurus.io/), a modern static website generator.